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
2019-11-01 15:59:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f38f55806d991391b10c4c9770f1487e25d33ee2
f38f5580
1 parent
39b10f92
分享文档
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
分享/分享.md
分享/分享.md
0 → 100644
View file @
f38f558
> env.url: `https`://api[api-online.test].boxfish.cn
>
> notes:
>
*
`默认所有接口都要携带token`
access_token
# 今日任务完成分享信息
*
URL {env.url}/share/info
*
POST Method
*
path 参数:
*
request 参数: json格式
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| share_type | String | Y |分享类型 FINISH_STUDY| |
| course_name | String | Y |课程名称| |
| finish_study_amount | int | Y |完成今日任务天数| |
*
response:
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| title | String | Y |分享标题| |
| description | String | Y |分享描述| |
| imageName | String | Y |分享图标| |
...
...
Please
register
or
login
to post a comment