+GetVendorOrgCodeInfo

This commit is contained in:
gazebo
2019-12-10 09:59:29 +08:00
parent 87e8aec310
commit ade9a674f4
3 changed files with 32 additions and 0 deletions

View File

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