【BUG】解决满减送活动接口,返回的productSpuIds是null的问题
This commit is contained in:
parent
ee7d1d5017
commit
9d1ef29dcc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue