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

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

View File

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