fix
This commit is contained in:
parent
7f19e29bb3
commit
af984d9172
@ -27,9 +27,9 @@ type UploadQrcodeRsp struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type UploadLogoReq struct {
|
type UploadLogoReq struct {
|
||||||
SkuId int64 `json:"skuId"`
|
SkuId int64 `form:"skuId"`
|
||||||
IsRemoveBg bool `json:"is_remove_bg"`
|
IsRemoveBg bool `form:"is_remove_bg"`
|
||||||
Proportion int64 `json:"proportion"`
|
Proportion int64 `form:"proportion"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type UploadLogoRsp struct {
|
type UploadLogoRsp struct {
|
||||||
|
@ -50,9 +50,9 @@ type UploadQrcodeRsp {
|
|||||||
|
|
||||||
//上传logo
|
//上传logo
|
||||||
type UploadLogoReq {
|
type UploadLogoReq {
|
||||||
SkuId int64 `json:"skuId"`
|
SkuId int64 `form:"skuId"`
|
||||||
IsRemoveBg bool `json:"is_remove_bg"`
|
IsRemoveBg bool `form:"is_remove_bg"`
|
||||||
Proportion int64 `json:"proportion"`
|
Proportion int64 `form:"proportion"`
|
||||||
}
|
}
|
||||||
type UploadLogoRsp {
|
type UploadLogoRsp {
|
||||||
NobgUrl string `json:"nobg_url"`
|
NobgUrl string `json:"nobg_url"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user