fix
This commit is contained in:
parent
f02cf6fca2
commit
b4827419d0
|
@ -6,7 +6,6 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type GetProductTemplateTagsReq struct {
|
type GetProductTemplateTagsReq struct {
|
||||||
Limit int `form:"limit"`
|
|
||||||
Logo string `form:"logo"`
|
Logo string `form:"logo"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@ service product-template-tag {
|
||||||
|
|
||||||
//获取产品模板标签列表
|
//获取产品模板标签列表
|
||||||
type GetProductTemplateTagsReq {
|
type GetProductTemplateTagsReq {
|
||||||
Limit int `form:"limit"`
|
|
||||||
Logo string `form:"logo"`
|
Logo string `form:"logo"`
|
||||||
}
|
}
|
||||||
type GetProductTemplateTagsRsp {
|
type GetProductTemplateTagsRsp {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user