This commit is contained in:
苏尹岚
2021-03-12 09:25:54 +08:00
parent 656e679140
commit 795893424d
3 changed files with 32 additions and 1 deletions

View File

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