This commit is contained in:
苏尹岚
2020-10-19 11:04:13 +08:00
parent 00553e32e8
commit d9f8d2f4bb
3 changed files with 0 additions and 57 deletions

View File

@@ -376,13 +376,4 @@ func init() {
Filters: nil,
Params: nil})
beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:User2Controller"] = append(beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:User2Controller"],
beego.ControllerComments{
Method: "UpdateUserWxNoAndPercent",
Router: `/UpdateUserWxNoAndPercent`,
AllowHTTPMethods: []string{"put"},
MethodParams: param.Make(),
Filters: nil,
Params: nil})
}