This commit is contained in:
laodaming 2023-06-08 17:13:11 +08:00
parent c5dfda6f54
commit 48879a8b29
2 changed files with 4 additions and 4 deletions

View File

@ -17,8 +17,8 @@ type GetQrCodeSetListRsp struct {
}
type UploadQrcodeReq struct {
Url string `form:"url"`
QRcodeType int64 `form:"QRcodeType"`
Url string `json:"url"`
QRcodeType int64 `json:"QRcodeType"`
}
type UploadQrcodeRsp struct {

View File

@ -37,8 +37,8 @@ type GetQrCodeSetListRsp {
}
//生成二维码
type UploadQrcodeReq {
Url string `form:"url"`
QRcodeType int64 `form:"QRcodeType"`
Url string `json:"url"`
QRcodeType int64 `json:"QRcodeType"`
}
type UploadQrcodeRsp {
Link string `json:"link"`