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-09-19 10:12:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f67e0d3f216c4988f6d461382a65648a817439ec
f67e0d3f
1 parent
b3baf814
补充地址
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
中教版/课程包含学习内容接口.md
中教版/课程包含学习内容接口.md
View file @
f67e0d3
...
...
@@ -5,15 +5,15 @@
*
`默认所有接口都要携带token`
access_token
## 课程包含学习内容接口
*
URL {env.url}
*
URL {env.url}
/course/{courseId}/info
*
GET Method
*
path 参数:
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| courseId | String | Y | app课程id| |
*
request:
*
response
:
*
request
参数
:
*
response
参数:
| 变量名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
...
...
@@ -36,7 +36,7 @@
"phrases":
[
],
"student": true,
"teacher": true
}
}
```
...
...
Please
register
or
login
to post a comment