Showing
1 changed file
with
5 additions
and
3 deletions
@@ -7,13 +7,15 @@ POST参数: | @@ -7,13 +7,15 @@ POST参数: | ||
7 | |---------|--------|--------| | 7 | |---------|--------|--------| |
8 | |user_id |是 |用户id | | 8 | |user_id |是 |用户id | |
9 | |course_id|是 |课程id | | 9 | |course_id|是 |课程id | |
10 | -|type |是 |分享类型| | 10 | +|type |是 |分享类型 "today" or "all" | |
11 | +|image_name|是 |图片名 | | ||
12 | + | ||
11 | 13 | ||
12 | 返回值: | 14 | 返回值: |
13 | 15 | ||
14 | ```json | 16 | ```json |
15 | { | 17 | { |
16 | - "msg":"success", | 18 | + msg:"success", |
17 | - "url":"http://boxfish.cn/ | 19 | + url:"http://boxfish.cn/ |
18 | } | 20 | } |
19 | ``` | 21 | ``` |
-
Please register or login to post a comment