Showing
1 changed file
with
5 additions
and
2 deletions
@@ -73,19 +73,22 @@ public static class Response { | @@ -73,19 +73,22 @@ public static class Response { | ||
73 | 73 | ||
74 | - ResponseBody: | 74 | - ResponseBody: |
75 | 75 | ||
76 | -```json | 76 | +```json5 |
77 | { | 77 | { |
78 | "status": "SUCCESS", | 78 | "status": "SUCCESS", |
79 | 79 | ||
80 | + // 正价课 是否领取 + 领取正价课手机号 | ||
80 | "courseProductHasObtain": true, | 81 | "courseProductHasObtain": true, |
81 | "courseProductOrderMobile": "1233344", | 82 | "courseProductOrderMobile": "1233344", |
82 | - | 83 | + // 体验课 是否领取 + 领取体验课手机号 |
83 | "courseExperienceHasObtain": false, | 84 | "courseExperienceHasObtain": false, |
84 | "courseExperienceOrderMobile": "223455667766", | 85 | "courseExperienceOrderMobile": "223455667766", |
85 | 86 | ||
87 | + // 用户身份 + 用户邀请码 | ||
86 | "userType": "BUSINESS", | 88 | "userType": "BUSINESS", |
87 | "userInvitationCode": "100000004", | 89 | "userInvitationCode": "100000004", |
88 | 90 | ||
91 | + // 经销商 邀请领取人信息 | ||
89 | "invitationList": [ | 92 | "invitationList": [ |
90 | { | 93 | { |
91 | "openId":"invitation_openId", | 94 | "openId":"invitation_openId", |
-
Please register or login to post a comment