正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -99,7 +99,7 @@ func (this *TemplateController) TemplateUpdate() { | @@ -99,7 +99,7 @@ func (this *TemplateController) TemplateUpdate() { | ||
99 | msg = m | 99 | msg = m |
100 | return | 100 | return |
101 | } | 101 | } |
102 | - if len([]rune(request.Template.Name)) > 10 { | 102 | + if len([]rune(request.Template.Name)) > 30 { |
103 | msg = protocol.BadRequestParam("10070") | 103 | msg = protocol.BadRequestParam("10070") |
104 | return | 104 | return |
105 | } | 105 | } |
-
请 注册 或 登录 后发表评论