## 188商品列表请求入参调整;

This commit is contained in:
cabbage 2025-07-21 11:48:27 +08:00
parent b6b3889ec1
commit 33b812e081
1 changed files with 1 additions and 1 deletions

View File

@ -739,7 +739,7 @@ public class ApiBdWaresController extends BaseController {
* 188分享专区商品列表 * 188分享专区商品列表
*/ */
@GetMapping("/list-wares-share") @GetMapping("/list-wares-share")
public AjaxResult listWaresShare(@RequestBody WaresShareParam param) { public AjaxResult listWaresShare(WaresShareParam param) {
param.setSpecialArea(ESpecialArea.REGISTER_AREA.getValue()); param.setSpecialArea(ESpecialArea.REGISTER_AREA.getValue());
param.setIsMakerGift(EWaresType.PRODUCT_188.getValue()); param.setIsMakerGift(EWaresType.PRODUCT_188.getValue());
param.setPkCountry(CountryConstants.CHINA_COUNTRY); param.setPkCountry(CountryConstants.CHINA_COUNTRY);