把京西有,平台无且没有待创建标记的商品加上待创建标记

This commit is contained in:
Rosy-zhudan
2019-08-20 15:56:24 +08:00
parent 81845d2ed6
commit 212800934f
4 changed files with 112 additions and 0 deletions

View File

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