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-05-14 10:17:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3a883f1e0126ab8c209ad514f4a955575e7fe6e8
3a883f1e
1 parent
3cb8544d
doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
7 deletions
boxfish-四会课小程序/四会课小程序领取0512.md
boxfish-四会课小程序/四会课小程序领取0512.md
View file @
3a883f1
...
...
@@ -70,7 +70,7 @@ public static class Response {
##### 3. 微信用户获取全部的教材版本、年级信息
-
URL: {{localhost}}/boxfish-online-card/textbook/version/getTextbookGrade
-
Method:
GE
T
-
Method:
POS
T
-
RequestBody:
`json字符串`
...
...
@@ -107,9 +107,14 @@ public static class Response {
##### 5. 查询已经领取的教材信息、邀请的用户信息
-
URL: {{localhost}}/boxfish-online-card/textbook/obtain/getObtainTextbook?openId=${{openId}}
-
Method: GET
-
Requestparam:
`openId`
-
URL: {{localhost}}/boxfish-online-card/textbook/obtain/getObtainTextbook
-
Method: POST
-
RequestBody:
```
json
{
"openId"
:
"wx_user_openId"
}
```
-
ResponseBody:
...
...
@@ -145,9 +150,14 @@ public static class WxUserInfo {
##### 6. 缺用户是否已经建立过绑定关系,如果建立过,返回之前绑定关系的邀请码
-
URL: {{localhost}}/boxfish-online-card/wxUser/confirm?openId={{openId}}
-
Method: GET
-
Requestparam:
`openId`
-
URL: {{localhost}}/boxfish-online-card/wxUser/confirm
-
Method: POST
-
RequestBody:
```
json
{
"openId"
:
"wx_user_openId"
}
```
-
ResponseBody:
...
...
Please
register
or
login
to post a comment