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:37:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
864b2454a34676ec56ca11a7e57bbf78d0457f02
864b2454
1 parent
65db6251
update doc api
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
boxfish-四会课小程序/四会课小程序领取0719.md
boxfish-四会课小程序/四会课小程序领取0719.md
View file @
864b245
...
...
@@ -10,7 +10,7 @@
-
Method: POST
-
RequestBody:
```
json
```
json
5
{
// 登录凭证
"jsCode": "wx_jsCode",
...
...
@@ -22,7 +22,7 @@
-
ResponseBody:
```
j
son
```
j
ava
// status
private
ResponseStatus
status
;
private
String
message
;
...
...
@@ -37,7 +37,7 @@
-
Method: POST
-
RequestBody:
```
json
```
json
5
{
"openId": "user_openId",
"invitationCode": "invitation_code"
...
...
@@ -104,7 +104,7 @@ public static class Response {
// 邀请人的邀请码
"invitationCode": 100000001,
// 领取课程类型:体验课 = 'COURSE_EXPERIENCE',
单词课 = "COURSE_TEXTBOOK_V2_WORD
"
// 领取课程类型:体验课 = 'COURSE_EXPERIENCE',
正式课 = "COURSE_PRODUCT
"
"courseType": "COURSE_EXPERIENCE",
// 领取的教材版本
"versionCode": "versionCode",
...
...
Please
register
or
login
to post a comment