- 去掉重复函数GetGetStoreOrderInfo

- GetOrders中将orderID改为vendorOrderID
This commit is contained in:
gazebo
2019-04-19 10:06:47 +08:00
parent 1ca4d9aef2
commit 976d02727b
3 changed files with 21 additions and 70 deletions

View File

@@ -628,15 +628,6 @@ func init() {
Filters: nil,
Params: nil})
beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:OrderController"] = append(beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:OrderController"],
beego.ControllerComments{
Method: "GetStoreOrderInfo",
Router: `/GetStoreOrderInfo`,
AllowHTTPMethods: []string{"get"},
MethodParams: param.Make(),
Filters: nil,
Params: nil})
beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:OrderController"] = append(beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:OrderController"],
beego.ControllerComments{
Method: "GetWaybills",