+ TmpGetMyStoreList

This commit is contained in:
gazebo
2019-07-29 13:44:22 +08:00
parent 40d96f3342
commit ee613bfa75
5 changed files with 80 additions and 3 deletions

View File

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