fix
This commit is contained in:
parent
fb89b488d2
commit
90275a865c
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user