This commit is contained in:
laodaming
2023-10-13 18:17:31 +08:00
parent dbffda69fd
commit 23b2eded5a
3 changed files with 22 additions and 22 deletions

View File

@@ -20,7 +20,8 @@ service product-template-tag {
//获取产品模板标签列表
type GetProductTemplateTagsReq {
Limit int `form:"limit"`
Limit int `form:"limit"`
Logo string `form:"logo"`
}
type GetProductTemplateTagsRsp {
Id int64 `json:"id"`