- GetStoreAbnormalSkuCount添加syncStatus与isBySku参数

This commit is contained in:
gazebo
2019-06-03 16:19:18 +08:00
parent 0351d719b5
commit c7d472830f
3 changed files with 29 additions and 15 deletions

View File

@@ -1197,8 +1197,8 @@ func init() {
beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:StoreSkuController"] = append(beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:StoreSkuController"],
beego.ControllerComments{
Method: "GetStoreAbnoramlSkuCount",
Router: `/GetStoreAbnoramlSkuCount`,
Method: "GetStoreAbnormalSkuCount",
Router: `/GetStoreAbnormalSkuCount`,
AllowHTTPMethods: []string{"get"},
MethodParams: param.Make(),
Filters: nil,