fix
This commit is contained in:
parent
c5dfda6f54
commit
48879a8b29
@ -17,8 +17,8 @@ type GetQrCodeSetListRsp struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type UploadQrcodeReq struct {
|
type UploadQrcodeReq struct {
|
||||||
Url string `form:"url"`
|
Url string `json:"url"`
|
||||||
QRcodeType int64 `form:"QRcodeType"`
|
QRcodeType int64 `json:"QRcodeType"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type UploadQrcodeRsp struct {
|
type UploadQrcodeRsp struct {
|
||||||
|
@ -37,8 +37,8 @@ type GetQrCodeSetListRsp {
|
|||||||
}
|
}
|
||||||
//生成二维码
|
//生成二维码
|
||||||
type UploadQrcodeReq {
|
type UploadQrcodeReq {
|
||||||
Url string `form:"url"`
|
Url string `json:"url"`
|
||||||
QRcodeType int64 `form:"QRcodeType"`
|
QRcodeType int64 `json:"QRcodeType"`
|
||||||
}
|
}
|
||||||
type UploadQrcodeRsp {
|
type UploadQrcodeRsp {
|
||||||
Link string `json:"link"`
|
Link string `json:"link"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user