Showing
1 changed file
with
26 additions
and
26 deletions
@@ -10,8 +10,8 @@ | @@ -10,8 +10,8 @@ | ||
10 | |参数名 |必填 |类型 |示例值 |描述 | | 10 | |参数名 |必填 |类型 |示例值 |描述 | |
11 | |------ |---- |---- |------ |---- | | 11 | |------ |---- |---- |------ |---- | |
12 | |name |否 |string |男首页 |资源名称 | | 12 | |name |否 |string |男首页 |资源名称 | |
13 | -|sort_id |否 |int |2 |分类编号 | | ||
14 | -|platform_id|否 |int |1 |平台编号 | | 13 | +|sortId |否 |int |2 |分类编号 | |
14 | +|platformId |否 |int |1 |平台编号 | | ||
15 | |page |否 |int |1 |页数 | | 15 | |page |否 |int |1 |页数 | |
16 | 16 | ||
17 | #### 返回 | 17 | #### 返回 |
@@ -28,28 +28,28 @@ | @@ -28,28 +28,28 @@ | ||
28 | { | 28 | { |
29 | "id":8, | 29 | "id":8, |
30 | "name":"男首页", | 30 | "name":"男首页", |
31 | - "sort_id":2, | ||
32 | - "sort_name":"男首", | ||
33 | - "platform_id":1, | ||
34 | - "platform_name":"yohoApp", | 31 | + "sortId":2, |
32 | + "sortName":"男首", | ||
33 | + "platformId":1, | ||
34 | + "platformName":"yohoApp", | ||
35 | "code":"201504091403001", | 35 | "code":"201504091403001", |
36 | - "match_code":"", | ||
37 | - "create_time":1430378310, | ||
38 | - "sort_list":[ | 36 | + "matchCode":"", |
37 | + "createTime":1430378310, | ||
38 | + "sorts":[ | ||
39 | { | 39 | { |
40 | - "sort_id":2, | ||
41 | - "sort_name":"男首", | ||
42 | - "platform_id":"1", | ||
43 | - "create_time":1430304722, | 40 | + "sortId":2, |
41 | + "sortName":"男首", | ||
42 | + "platformId":"1", | ||
43 | + "createTime":1430304722, | ||
44 | "status":1 | 44 | "status":1 |
45 | } | 45 | } |
46 | ], | 46 | ], |
47 | - "plat_list":[ | 47 | + "platforms":[ |
48 | { | 48 | { |
49 | - "platform_id":1, | ||
50 | - "platform_name":"yohoApp", | ||
51 | - "platform_flag":"iphone", | ||
52 | - "create_time":1430300615, | 49 | + "platformId":1, |
50 | + "platformName":"yohoApp", | ||
51 | + "platformFlag":"iphone", | ||
52 | + "createTime":1430300615, | ||
53 | "status":1 | 53 | "status":1 |
54 | } | 54 | } |
55 | ] | 55 | ] |
@@ -69,12 +69,12 @@ | @@ -69,12 +69,12 @@ | ||
69 | |content |内容 | | 69 | |content |内容 | |
70 | |id |资源编号 | | 70 | |id |资源编号 | |
71 | |name |资源名称 | | 71 | |name |资源名称 | |
72 | -|sort_id |分类编号 | | ||
73 | -|sort_name |分类名称 | | ||
74 | -|platform_id|平台编号 | | ||
75 | -|platform_name|平台名称 | | 72 | +|sortId |分类编号 | |
73 | +|sortName |分类名称 | | ||
74 | +|platformId |平台编号 | | ||
75 | +|platformName|平台名称 | | ||
76 | |code |资源码 | | 76 | |code |资源码 | |
77 | -|match_code |配对码 | | ||
78 | -|create_time|创建时间 | | ||
79 | -|sort_list |分类列表 | | ||
80 | -|plat_list |平台列表 | | ||
77 | +|matchCode |配对码 | | ||
78 | +|createTime |创建时间 | | ||
79 | +|sorts |分类列表 | | ||
80 | +|platforms |平台列表 | |
-
Please register or login to post a comment