fix
This commit is contained in:
parent
dc4f6dda50
commit
4e0a484e7f
|
@ -48,7 +48,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) {
|
||||||
userinfo.UserId = 127
|
|
||||||
if req.Limit <= 0 || req.Limit > 100 {
|
if req.Limit <= 0 || req.Limit > 100 {
|
||||||
req.Limit = 5
|
req.Limit = 5
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user