This commit is contained in:
laodaming
2023-06-12 20:05:51 +08:00
parent b6095d67ad
commit fdcd8c46e0
5 changed files with 47 additions and 12 deletions

View File

@@ -47,9 +47,10 @@ type UploadQrcodeRsp {
//上传logo
type UploadLogoReq {
SkuId int64 `form:"skuId"`
IsRemoveBg bool `form:"is_remove_bg"`
Proportion int64 `form:"proportion"`
LogoFile string `form:"logo_file"` //logo地址路径
SkuId int64 `form:"skuId"`
IsRemoveBg bool `form:"is_remove_bg"`
Proportion int64 `form:"proportion"`
}
type UploadLogoRsp {
NobgUrl string `json:"nobg_url"`