fix
This commit is contained in:
@@ -20,8 +20,7 @@ service product-template-tag {
|
||||
|
||||
//获取产品模板标签列表
|
||||
type GetProductTemplateTagsReq {
|
||||
Limit int `form:"limit"`
|
||||
Logo string `form:"logo"`
|
||||
Logo string `form:"logo"`
|
||||
}
|
||||
type GetProductTemplateTagsRsp {
|
||||
Id int64 `json:"id"`
|
||||
|
||||
Reference in New Issue
Block a user