Commit 354b0058 by 周晓航

支付有礼 微信跳转新增字段

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent c36daef9
......@@ -13,7 +13,7 @@ import lombok.NoArgsConstructor;
public class ActivitysDtoNew {
/**
* 活动号
* 活动号
*/
private String activityId;
......@@ -48,7 +48,6 @@ public class ActivitysDtoNew {
private MicroProgramConfig microProgramConfig;
@Data
@NoArgsConstructor
static class GoodsConfig {
......@@ -81,5 +80,10 @@ public class ActivitysDtoNew {
*/
private String redirectUrl;
/**
* 跳转链接
*/
private String page;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment