This commit is contained in:
苏尹岚
2020-11-23 16:45:07 +08:00
parent 4dd1ee8ecb
commit 04d3483b06
3 changed files with 30 additions and 0 deletions

View File

@@ -403,6 +403,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: "GetMtMembers",
Router: `/GetMtMembers`,
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: "ImprotMtMembers",