Merge branch 'jdshop' of e.coding.net:rosydev/jx-callback into jdshop

This commit is contained in:
邹宗楠
2022-11-18 17:57:22 +08:00

View File

@@ -2965,8 +2965,8 @@ func init() {
web.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:StoreController"] = append(web.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:StoreController"],
web.ControllerComments{
Method: "AssistCreateFence",
Router: `/AssistCreateFence`,
Method: "CreateDDStoreFence",
Router: `/CreateDDStoreFence`,
AllowHTTPMethods: []string{"post"},
MethodParams: param.Make(),
Filters: nil,