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