【BUG】解决满减送活动接口,返回的productSpuIds是null的问题

This commit is contained in:
痴货 2024-09-14 20:05:18 +08:00
parent ee7d1d5017
commit 9d1ef29dcc
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class AppRewardActivityRespVO {
private Integer productScope;
@Schema(description = "商品 SPU 编号的数组", example = "1,2,3")
private List<Long> productSpuIds;
private List<Long> productScopeValues;
@Schema(description = "优惠规则的数组")
private List<RewardActivityBaseVO.Rule> rules;