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