- FullSyncStoresSkus

This commit is contained in:
gazebo
2018-11-13 22:26:48 +08:00
parent b692f9adae
commit 22eb6b76dd
6 changed files with 94 additions and 8 deletions

View File

@@ -591,6 +591,14 @@ func init() {
MethodParams: param.Make(),
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: "FullSyncStoresSkus",
Router: `/FullSyncStoresSkus`,
AllowHTTPMethods: []string{"put"},
MethodParams: param.Make(),
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: "RefreshAllSkusID",