查询高价格商品

This commit is contained in:
苏尹岚
2020-02-25 10:29:34 +08:00
parent 53b3de92b3
commit acdada96e5
2 changed files with 19 additions and 2 deletions

View File

@@ -85,6 +85,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 "是否查过高价格商品"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /GetStoresSkus [get,post]