作者 tangxvhui

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

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