Merge branch 'dev' of http://gitlab.fjmaimaimai.com/mmm-go/oppmg into dev
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -804,7 +804,7 @@ func ValidFormList(inputs []*protocol.InputElement) (msg *protocol.ResponseMessa | @@ -804,7 +804,7 @@ func ValidFormList(inputs []*protocol.InputElement) (msg *protocol.ResponseMessa | ||
804 | var countBasicRequire int | 804 | var countBasicRequire int |
805 | for i := range inputs { | 805 | for i := range inputs { |
806 | input := inputs[i] | 806 | input := inputs[i] |
807 | - if len([]rune(input.Label)) > 20 { | 807 | + if len([]rune(input.Label)) > 50 { |
808 | msg = protocol.BadRequestParam("10273") | 808 | msg = protocol.BadRequestParam("10273") |
809 | return | 809 | return |
810 | } | 810 | } |
-
请 注册 或 登录 后发表评论