新增最高价和最低价入参查询

This commit is contained in:
平凡梦
2020-07-08 10:00:31 +08:00
parent cff480217d
commit f53307a41a
2 changed files with 30 additions and 0 deletions

View File

@@ -91,6 +91,8 @@ func (c *StoreSkuController) GetStoreSkus() {
// @Param lockTime query string false "价格锁定时间"
// @Param isHighPrice query bool false "是否查过高价格商品,0是忽略1是高价-1是低价"
// @Param priceType query int false "是否查过高价格商品,0是忽略1是高价-1是低价"
// @Param highestPrice query string false "查询最高价"
// @Param minimumPrice query string false "查询最低价"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /GetStoresSkus [get,post]