Showing
1 changed file
with
31 additions
and
2 deletions
@@ -75,8 +75,37 @@ public class MemberSummary implements BeanToJson { | @@ -75,8 +75,37 @@ public class MemberSummary implements BeanToJson { | ||
75 | 75 | ||
76 | - ResponseBody | 76 | - ResponseBody |
77 | 77 | ||
78 | -```java | 78 | +```json5 |
79 | - | 79 | +{ |
80 | + "welfareSummaryList": [ | ||
81 | + { | ||
82 | + "type": "BASIC_WORD", | ||
83 | + "videoUrl": "", | ||
84 | + "welfareTitle": "智能四会单词课", | ||
85 | + "welfareDescList": [ | ||
86 | + { | ||
87 | + "welfareUnit": "1学期", | ||
88 | + "welfareDesc": "智能四会单词课" | ||
89 | + } | ||
90 | + ] | ||
91 | + }, | ||
92 | + { | ||
93 | + "type": "ADVANCED", | ||
94 | + "videoUrl": "", | ||
95 | + "welfareTitle": "精华小学期", | ||
96 | + "welfareDescList": [ | ||
97 | + { | ||
98 | + "welfareUnit": "4节", | ||
99 | + "welfareDesc": "语言点智能学练课" | ||
100 | + }, | ||
101 | + { | ||
102 | + "welfareUnit": "2节", | ||
103 | + "welfareDesc": "中外教翻转小班课" | ||
104 | + } | ||
105 | + ] | ||
106 | + } | ||
107 | + ] | ||
108 | +} | ||
80 | ``` | 109 | ``` |
81 | 110 | ||
82 | ##### 3. 【APP接口】新注册用户查询显示"Free已领取"标签的接口 | 111 | ##### 3. 【APP接口】新注册用户查询显示"Free已领取"标签的接口 |
-
Please register or login to post a comment