- fix bug in GetStoreSkus

This commit is contained in:
gazebo
2018-09-20 10:35:55 +08:00
parent 9d88344ddb
commit 2177707034
2 changed files with 3 additions and 3 deletions

View File

@@ -23,8 +23,8 @@ type StoreSkuController struct {
// @Param categoryID query int false "商品所属类别ID"
// @Param unit query string false "商品单位"
// @Param jdID query int false "商品京东ID"
// @Param fromStatus query int false "查询起始状态0正常1下架"
// @Param toStatus query int false "查询结束状态0正常1下架"
// @Param fromStatus query int false "查询起始状态0不可售1可售"
// @Param toStatus query int false "查询结束状态0不可售1可售"
// @Param offset query int false "门店列表起始序号以0开始缺省为0"
// @Param pageSize query int false "门店列表页大小缺省为50"
// @Success 200 {object} controllers.CallResult