Showing
1 changed file
with
6 additions
and
2 deletions
@@ -7,8 +7,12 @@ POST参数: | @@ -7,8 +7,12 @@ POST参数: | ||
7 | |---------|--------|--------| | 7 | |---------|--------|--------| |
8 | |user_id |是 |用户id | | 8 | |user_id |是 |用户id | |
9 | |course_id|是 |课程id | | 9 | |course_id|是 |课程id | |
10 | -|type |是 |分享类型 "today" or "all" | | 10 | +|type |是 |分享类型 "today" or "total" | |
11 | |image_name|是 |图片名 | | 11 | |image_name|是 |图片名 | |
12 | +|score |是 |积分 | | ||
13 | +|rank |是 |排名 | | ||
14 | +|course_cover|是 |课程封面url| | ||
15 | +|course_title|是 |课程标题 | | ||
12 | 16 | ||
13 | 17 | ||
14 | 返回值: | 18 | 返回值: |
@@ -16,6 +20,6 @@ POST参数: | @@ -16,6 +20,6 @@ POST参数: | ||
16 | ```json | 20 | ```json |
17 | { | 21 | { |
18 | "msg":"success", | 22 | "msg":"success", |
19 | - "url":"http://boxfish.cn/ | 23 | + "url":"http://192.168.0.104/share/wechat/today/rank/12345/c5e6d860-3825-4e93-97af-f4c0e935b262" |
20 | } | 24 | } |
21 | ``` | 25 | ``` |
-
Please register or login to post a comment