fix
This commit is contained in:
parent
6901177f05
commit
fb89b488d2
|
@ -207,7 +207,7 @@ type GetProductDetailReq {
|
||||||
ProductId int64 `form:"product_id"` //产品id
|
ProductId int64 `form:"product_id"` //产品id
|
||||||
TemplateTag string `form:"template_tag"` //模板标签
|
TemplateTag string `form:"template_tag"` //模板标签
|
||||||
SelectedColorIndex int `form:"selected_color_index"` //模板标签颜色索引
|
SelectedColorIndex int `form:"selected_color_index"` //模板标签颜色索引
|
||||||
Logo string `form:"logo"` //logo地址
|
Logo string `form:"logo,optional"` //logo地址
|
||||||
}
|
}
|
||||||
type GetProductDetailRsp {
|
type GetProductDetailRsp {
|
||||||
Logo string `json:"logo"` //logo
|
Logo string `json:"logo"` //logo
|
||||||
|
|
Loading…
Reference in New Issue
Block a user