- skuIDs and nameIDs for GetStoreSkus

This commit is contained in:
gazebo
2018-12-20 16:05:18 +08:00
parent 5119791de2
commit 45bb776ac9
2 changed files with 23 additions and 1 deletions

View File

@@ -23,7 +23,9 @@ type StoreSkuController struct {
// @Param isFocus query bool true "是否已关注(认领)"
// @Param keyword query string false "查询关键字(可以为空,为空表示不限制)"
// @Param nameID query int false "SkuName ID"
// @Param nameIDs query string false "SkuName ID列表对象"
// @Param skuID query int false "Sku ID"
// @Param skuIDs query string false "Sku ID列表对象"
// @Param name query string false "商品名称(不要求完全一致)"
// @Param prefix query string false "商品前缀(不要求完全一致)"
// @Param categoryID query int false "商品所属类别ID"