This commit is contained in:
邹宗楠
2024-12-27 09:26:23 +08:00
parent bc2b1349da
commit b758d04a9d
2 changed files with 6 additions and 14 deletions

View File

@@ -96,7 +96,6 @@ func (c *StoreSkuController) GetStoreSkus() {
// @Param minimumPrice query string false "查询最低价"
// @Param minStock query int false "最小库存"
// @Param maxStock query int false "最大库存"
// @Param locationCode query string false "货架码"
// @Param isLocationCode query bool false "是否有货架码"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
@@ -1017,7 +1016,6 @@ func (c *StoreSkuController) GetVendorStoreSkus() {
// @Param isFocus query bool true "是否已关注(认领)"
// @Param stock query int false "库存是否为0[1-全查/2-有库存/3-没库存]"
// @Param locationCode query bool false "商品位置是否为空"
// @Param locationCode2 query string false "商品位置编码"
// @Param keyword query string false "查询关键字(可以为空,为空表示不限制)"
// @Param categoryID query int false "商品所属类别ID"
// @Param status query int false "查询起始状态0不可售1可售,-1 全部)"