This commit is contained in:
laodaming 2023-09-19 10:59:53 +08:00
parent dc4f6dda50
commit 4e0a484e7f

View File

@ -48,7 +48,6 @@ type logoSelect struct {
}
func (l *GetProductTemplateTagsLogic) GetProductTemplateTags(req *types.GetProductTemplateTagsReq, userinfo *auth.UserInfo) (resp *basic.Response) {
userinfo.UserId = 127
if req.Limit <= 0 || req.Limit > 100 {
req.Limit = 5
}