- change Switch2SelfDeliver to SelfDelivering.

This commit is contained in:
gazebo
2018-08-23 09:53:52 +08:00
parent 50f8ee12d6
commit 1cb266d4d1
3 changed files with 10 additions and 8 deletions

View File

@@ -57,8 +57,8 @@ func init() {
beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:OrderController"] = append(beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:OrderController"],
beego.ControllerComments{
Method: "Swtich2SelfDeliver",
Router: `/Swtich2SelfDeliver`,
Method: "SelfDelivering",
Router: `/SelfDelivering`,
AllowHTTPMethods: []string{"post"},
MethodParams: param.Make(),
Params: nil})