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