- GetEbaiRTFDetail

This commit is contained in:
gazebo
2019-05-17 10:03:53 +08:00
parent 0d6850d336
commit ab1e503c1a
2 changed files with 36 additions and 0 deletions

View File

@@ -1330,6 +1330,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: "GetEbaiRTFDetail",
Router: `/GetEbaiRTFDetail`,
AllowHTTPMethods: []string{"get"},
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: "GetWXToken",