- RefreshMtpsWaybillFee

This commit is contained in:
gazebo
2019-05-16 11:29:44 +08:00
parent 3a3691f429
commit cea95c96ca
3 changed files with 52 additions and 0 deletions

View File

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