门店商品管理查询增加低价品

This commit is contained in:
苏尹岚
2020-04-17 17:44:23 +08:00
parent ce59ee14f0
commit 6d11243e60
2 changed files with 9 additions and 7 deletions

View File

@@ -87,7 +87,7 @@ func (c *StoreSkuController) GetStoreSkus() {
// @Param ebaiSyncStatus query int false "饿百同步标识"
// @Param mtwmSyncStatus query int false "美团外卖同步标识"
// @Param lockTime query string false "价格锁定时间"
// @Param isHighPrice query bool false "是否查过高价格商品"
// @Param isHighPrice query int false "是否查过高价格商品,0是忽略1是高价-1是低价"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /GetStoresSkus [get,post]