Showing
1 changed file
with
9 additions
and
2 deletions
@@ -76,9 +76,16 @@ public static class Response { | @@ -76,9 +76,16 @@ public static class Response { | ||
76 | ```json | 76 | ```json |
77 | { | 77 | { |
78 | "status": "SUCCESS", | 78 | "status": "SUCCESS", |
79 | - "userObtainWordCourse": true, | 79 | + |
80 | - "userObtainExperienceCourse": false, | 80 | + "courseProductHasObtain": true, |
81 | + "courseProductOrderMobile": "1233344", | ||
82 | + | ||
83 | + "courseExperienceHasObtain": false, | ||
84 | + "courseExperienceOrderMobile": "223455667766", | ||
85 | + | ||
81 | "userType": "BUSINESS", | 86 | "userType": "BUSINESS", |
87 | + "userInvitationCode": "100000004", | ||
88 | + | ||
82 | "invitationList": [ | 89 | "invitationList": [ |
83 | { | 90 | { |
84 | "openId":"invitation_openId", | 91 | "openId":"invitation_openId", |
-
Please register or login to post a comment