This commit is contained in:
苏尹岚
2020-12-17 09:12:56 +08:00
parent ee27ffdeef
commit e150bf5f59
3 changed files with 59 additions and 1 deletions

View File

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