This commit is contained in:
laodaming 2023-10-25 13:12:00 +08:00
parent fb89b488d2
commit 90275a865c
2 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ type GetProductDetailReq struct {
ProductId int64 `form:"product_id"` //产品id
TemplateTag string `form:"template_tag"` //模板标签
SelectedColorIndex int `form:"selected_color_index"` //模板标签颜色索引
Logo string `form:"logo"` //logo地址
Logo string `form:"logo,optional"` //logo地址
}
type GetProductDetailRsp struct {

View File

@ -207,7 +207,7 @@ type GetProductDetailReq {
ProductId int64 `form:"product_id"` //产品id
TemplateTag string `form:"template_tag"` //模板标签
SelectedColorIndex int `form:"selected_color_index"` //模板标签颜色索引
Logo string `form:"logo,optional"` //logo地址
Logo string `form:"logo,optional"` //logo地址
}
type GetProductDetailRsp {
Logo string `json:"logo"` //logo