Showing
1 changed file
with
20 additions
and
0 deletions
@@ -23,3 +23,23 @@ POST参数: | @@ -23,3 +23,23 @@ POST参数: | ||
23 | "url":"http://192.168.0.104/share/wechat/today/rank/12345/c5e6d860-3825-4e93-97af-f4c0e935b262" | 23 | "url":"http://192.168.0.104/share/wechat/today/rank/12345/c5e6d860-3825-4e93-97af-f4c0e935b262" |
24 | } | 24 | } |
25 | ``` | 25 | ``` |
26 | + | ||
27 | +##分享成功加金币接口 | ||
28 | + | ||
29 | +接口地址:/share/success | ||
30 | + | ||
31 | +POST参数: | ||
32 | + | ||
33 | +|参数名 |是否必须 |说明 | | ||
34 | +|------|-------|-------| | ||
35 | +|resource|是 |课程id | | ||
36 | +|platform|是 |分享平台| | ||
37 | + | ||
38 | +返回值: | ||
39 | + | ||
40 | +```json | ||
41 | +{ | ||
42 | + "addCount": 0, | ||
43 | + "count": 100 | ||
44 | +} | ||
45 | +``` |
-
Please register or login to post a comment