作者 tangxvhui

Merge branch 'dev' of http://gitlab.fjmaimaimai.com/mmm-go/oppmg into dev

... ... @@ -38,7 +38,7 @@ func (this *TemplateController) TemplateAdd() {
msg = m
return
}
if len([]rune(request.Template.Name)) > 10 {
if len([]rune(request.Template.Name)) > 30 {
msg = protocol.BadRequestParam("10070")
return
}
... ...