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
JiangTengfei
2015-11-17 17:35:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cc1316e4055907e9032afa59c1687e4db14a015b
cc1316e4
1 parent
fb526555
Created 分享今日积分/总积分排名接口 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
分享今日积分-总积分排名接口.md
分享今日积分-总积分排名接口.md
0 → 100644
View file @
cc1316e
1
+
##分享今日积分/总积分排名接口
2
+
接口地址:/share/range
3
+
4
+
POST参数:
5
+
6
+
|参数名 |是否必须 |说明 |
7
+
|---------|--------|--------|
8
+
|user_id |是 |用户id |
9
+
|course_id|是 |课程id |
10
+
|type |是 |分享类型|
11
+
12
+
返回值:
13
+
14
+
```
json
15
+
{
16
+
msg:
"success"
,
17
+
url
:
"http://boxfish.cn/
18
+
}
19
+
```
Please
register
or
login
to post a comment