mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-26 17:05:23 +08:00
【BUG】解决满减送活动接口,返回的productSpuIds是null的问题
This commit is contained in:
@ -27,7 +27,7 @@ public class AppRewardActivityRespVO {
|
|||||||
private Integer productScope;
|
private Integer productScope;
|
||||||
|
|
||||||
@Schema(description = "商品 SPU 编号的数组", example = "1,2,3")
|
@Schema(description = "商品 SPU 编号的数组", example = "1,2,3")
|
||||||
private List<Long> productSpuIds;
|
private List<Long> productScopeValues;
|
||||||
|
|
||||||
@Schema(description = "优惠规则的数组")
|
@Schema(description = "优惠规则的数组")
|
||||||
private List<RewardActivityBaseVO.Rule> rules;
|
private List<RewardActivityBaseVO.Rule> rules;
|
||||||
|
Reference in New Issue
Block a user