作者 yangfu

protocol message fix

@@ -22,7 +22,7 @@ func(this *{{.Controller}}Controller){{.Method}}(){ @@ -22,7 +22,7 @@ func(this *{{.Controller}}Controller){{.Method}}(){
22 msg = m 22 msg = m
23 return 23 return
24 } 24 }
25 - msg = this.GenMessage({{.ControllerLowcase}}.{{.Method}}(request)) 25 + msg = protocol.NewReturnResponse({{.ControllerLowcase}}.{{.Method}}(request))
26 } 26 }
27 ` 27 `
28 28