Toggle navigation
Toggle navigation
This project
Loading...
Sign in
huayandong
/
recommend-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
huayandong
2019-07-20 17:59:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f37fb3b94932e8e0b9c11fb62eaeecfb59b87782
f37fb3b9
1 parent
4a514100
update doc api
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
boxfish-四会课小程序/四会课小程序领取0719.md
boxfish-四会课小程序/四会课小程序领取0719.md
View file @
f37fb3b
...
...
@@ -73,19 +73,22 @@ public static class Response {
-
ResponseBody:
```
json
```
json
5
{
"status": "SUCCESS",
// 正价课 是否领取 + 领取正价课手机号
"courseProductHasObtain": true,
"courseProductOrderMobile": "1233344",
// 体验课 是否领取 + 领取体验课手机号
"courseExperienceHasObtain": false,
"courseExperienceOrderMobile": "223455667766",
// 用户身份 + 用户邀请码
"userType": "BUSINESS",
"userInvitationCode": "100000004",
// 经销商 邀请领取人信息
"invitationList": [
{
"openId":"invitation_openId",
...
...
Please
register
or
login
to post a comment