正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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 |
-
请 注册 或 登录 后发表评论