This commit is contained in:
richboo111
2023-06-28 11:38:41 +08:00
parent d3d0ff2fe8
commit baf80e3e9b
4 changed files with 269 additions and 62 deletions

View File

@@ -3109,7 +3109,15 @@ func init() {
MethodParams: param.Make(),
Filters: nil,
Params: nil})
//单独绑定淘鲜达门店
web.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:StoreController"] = append(web.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:StoreController"],
web.ControllerComments{
Method: "SingleBindTaoVegetable",
Router: `/SingleBindTaoVegetable`,
AllowHTTPMethods: []string{"post"},
MethodParams: param.Make(),
Filters: nil,
Params: nil})
//测试用-ysq
web.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:StoreController"] = append(web.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:StoreController"],
web.ControllerComments{