Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
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
2017-01-03 17:20:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
977f06f05409ffe4b6af2bf078c575ce6cefc705
977f06f0
1 parent
48070327
Updates api概述.md
Auto commit by GitBook Editor
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
api概述.md
api概述.md
View file @
977f06f
...
...
@@ -5,5 +5,20 @@
*
API被设计为符合HTTP,REST规范。例如:查询请求使用Get方法,提交请求使用Post方法,如果一个请求不是相应的HTTP方法,将返回错误。
*
如无特殊说明,调用参数值应转码为UTF-8,URL编码
# API 资源列表
---
| 名称 | Base URL | 描述 |
| :--- | :--- | :--- |
| API api | http
\(
s
\)
://api.boxfish.cn | 主程序api |
| API base | http
\(
s
\)
://base.boxfish.cn | 用户鉴权和课程推荐服务 |
| API online-api | http
\(
s
\)
://online-api.boxfish.cn | 在线授课 |
| API online | http
\(
s
\)
://online.boxfish.cn | 在线授课 |
| API online-api.inside | http://online-api.inside.boxfish.cn | 在线授课(
**内网**
) |
| API online-operation | http://online-operation.boxfish.cn | 在线授课后台管理 |
| | | |
| | | |
...
...
Please
register
or
login
to post a comment