|
|
@@ -1049,7 +1049,7 @@ type QueryHsbyMarketGoodsesReq struct {
|
|
|
MarketIDs string `form:"marketIDs" binding:"required"`
|
|
|
AccountID int `form:"accountID"`
|
|
|
CategoryID int `form:"categoryID"`
|
|
|
- GoodsID int `form:"goodsID"`
|
|
|
+ GoodsIDs string `form:"goodsIDs"`
|
|
|
}
|
|
|
|
|
|
// QueryHsbyMarketGoodses 查询特卖商品列表(三级商城)
|
|
|
@@ -1061,7 +1061,7 @@ type QueryHsbyMarketGoodsesReq struct {
|
|
|
// @Param marketIDs query string true "市场ID列表,格式:1,2,3"
|
|
|
// @Param accountID query int false "资金账户,主要用于判断商品是否有可用的优惠卷;如未登录可不传。"
|
|
|
// @Param categoryID query int false "类别ID"
|
|
|
-// @Param goodsID query int false "商品ID"
|
|
|
+// @Param goodsIDs query string false "商品ID列表,格式:1,2,3"
|
|
|
// @Success 200 {object} models.HsbyMarketGoods
|
|
|
// @Failure 500 {object} app.Response
|
|
|
// @Router /HSBY/QueryHsbyMarketGoodses [get]
|