CreateFreeShipTemplates

This commit is contained in:
richboo111
2022-11-23 16:49:21 +08:00
parent c444e9a47a
commit c3d5eb3d4d
5 changed files with 271 additions and 228 deletions

View File

@@ -2972,6 +2972,15 @@ func init() {
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: "CreateFreeShipTemplates",
Router: `/CreateFreeShipTemplates`,
AllowHTTPMethods: []string{"post"},
MethodParams: param.Make(),
Filters: nil,
Params: nil})
web.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:StoreSkuController"] = append(web.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:StoreSkuController"],
web.ControllerComments{
Method: "BackUpStoreSkuBind",