fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user