刷新京东商城订单

This commit is contained in:
苏尹岚
2020-09-14 15:09:02 +08:00
parent f21fadc377
commit b9f6a0ba29
2 changed files with 28 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ func init() {
beego.ControllerComments{
Method: "GetActStoreSkuInfo",
Router: `/GetActStoreSkuInfo`,
AllowHTTPMethods: []string{"get"},
AllowHTTPMethods: []string{"get","post"},
MethodParams: param.Make(),
Filters: nil,
Params: nil})
@@ -1278,6 +1278,15 @@ 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: "RefreshJdsOrderConsigneeInfo",
Router: `/RefreshJdsOrderConsigneeInfo`,
AllowHTTPMethods: []string{"put"},
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: "RefreshOrderFinancial",