作者 yangfu

protocol message fix

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