This commit is contained in:
苏尹岚
2020-12-17 17:23:40 +08:00
parent 2d1aa60e1c
commit e5082bbfe7
2 changed files with 22 additions and 0 deletions

View File

@@ -502,6 +502,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: "ReloadJobSpan",
Router: `/ReloadJobSpan`,
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",