This commit is contained in:
laodaming 2023-10-30 16:19:44 +08:00
parent f02cf6fca2
commit b4827419d0
2 changed files with 2 additions and 4 deletions

View File

@ -6,8 +6,7 @@ import (
) )
type GetProductTemplateTagsReq struct { type GetProductTemplateTagsReq struct {
Limit int `form:"limit"` Logo string `form:"logo"`
Logo string `form:"logo"`
} }
type GetProductTemplateTagsRsp struct { type GetProductTemplateTagsRsp struct {

View File

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