- fix elm setToken bug

This commit is contained in:
gazebo
2018-06-29 18:11:01 +08:00
parent 30d77cad2e
commit 76b02763ec
4 changed files with 12 additions and 13 deletions

View File

@@ -81,16 +81,16 @@ func init() {
beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:JDOrderController"] = append(beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:JDOrderController"],
beego.ControllerComments{
Method: "OrderWaitOutStore",
Router: `/orderWaitOutStore`,
Method: "OrderComment",
Router: `/orderCommentPush`,
AllowHTTPMethods: []string{"post"},
MethodParams: param.Make(),
Params: nil})
beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:JDOrderController"] = append(beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:JDOrderController"],
beego.ControllerComments{
Method: "OrderComment",
Router: `/ordercommentpush`,
Method: "OrderWaitOutStore",
Router: `/orderWaitOutStore`,
AllowHTTPMethods: []string{"post"},
MethodParams: param.Make(),
Params: nil})