Showing
1 changed file
with
2 additions
and
0 deletions
@@ -118,6 +118,8 @@ public static class Response { | @@ -118,6 +118,8 @@ public static class Response { | ||
118 | private ResponseStatus status; | 118 | private ResponseStatus status; |
119 | private String message; | 119 | private String message; |
120 | 120 | ||
121 | + // 邀请码 | ||
122 | + private Long invitationCode; | ||
121 | // 领取的课程信息 | 123 | // 领取的课程信息 |
122 | private List<TextbookInfo> textbookList = new ArrayList<>(); | 124 | private List<TextbookInfo> textbookList = new ArrayList<>(); |
123 | // 邀请的好友信息 | 125 | // 邀请的好友信息 |
-
Please register or login to post a comment