Toggle navigation
Toggle navigation
This project
Loading...
Sign in
docs
/
developer-docs
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
chong
2020-07-30 09:42:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
71e7bbd825ead1e9bb998f4890b86712c331fe8c
71e7bbd8
1 parent
c9686e30
小程序
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
0 deletions
微信小程序/微信小程序接口.md
微信小程序/微信小程序接口.md
0 → 100644
View file @
71e7bbd
> env.url: `https`://api[api-online.test].boxfish.cn
>
> notes:
>
*
`默认所有接口都要携带token`
access_token
# 微信小程序接口
## 用户学习报告
*
URL {env.url}/wx/user/lesson/report
*
Method
`GET`
*
path 参数:
*
request 参数:
*
response:
http code 200
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| user_id | Long | Y |用户id| |
| user_avatars | String | N |用户头像| |
| user_real_name | Long | Y |用户真实姓名| |
| words_count | String | Y |单词数量| |
| phrases_count | Long | Y |短语数量| |
| knowledge_count | String | Y |知识点数量| |
| report | report | Y |报告内容| |
report
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| words | info | Y |单词数据| |
| phrases | info | Y |短语数据| |
| knowledge | info | Y |知识点数据| |
info
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| total | Long | Y |总数| |
| count | String | N |学习数量| |
| list | List | Y |统计数据| |
...
...
Please
register
or
login
to post a comment