Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop
This commit is contained in:
commit
2af7e4c4d4
|
@ -49,9 +49,6 @@ type LogoSelect struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (l *GetProductTemplateTagsLogic) GetProductTemplateTags(req *types.GetProductTemplateTagsReq, userinfo *auth.UserInfo) (resp *basic.Response) {
|
func (l *GetProductTemplateTagsLogic) GetProductTemplateTags(req *types.GetProductTemplateTagsReq, userinfo *auth.UserInfo) (resp *basic.Response) {
|
||||||
if req.Limit <= 0 || req.Limit > 100 {
|
|
||||||
req.Limit = 5
|
|
||||||
}
|
|
||||||
var (
|
var (
|
||||||
productTemplateTags []gmodel.FsProductTemplateTags
|
productTemplateTags []gmodel.FsProductTemplateTags
|
||||||
err error
|
err error
|
||||||
|
|
Loading…
Reference in New Issue
Block a user