huayandong

update doc api

... ... @@ -73,19 +73,22 @@ public static class Response {
- ResponseBody:
```json
```json5
{
"status": "SUCCESS",
// 正价课 是否领取 + 领取正价课手机号
"courseProductHasObtain": true,
"courseProductOrderMobile": "1233344",
// 体验课 是否领取 + 领取体验课手机号
"courseExperienceHasObtain": false,
"courseExperienceOrderMobile": "223455667766",
// 用户身份 + 用户邀请码
"userType": "BUSINESS",
"userInvitationCode": "100000004",
// 经销商 邀请领取人信息
"invitationList": [
{
"openId":"invitation_openId",
... ...