Authored by LUOXC

update

... ... @@ -10,8 +10,8 @@
|参数名 |必填 |类型 |示例值 |描述 |
|------ |---- |---- |------ |---- |
|name |否 |string |男首页 |资源名称 |
|sort_id |否 |int |2 |分类编号 |
|platform_id|否 |int |1 |平台编号 |
|sortId |否 |int |2 |分类编号 |
|platformId |否 |int |1 |平台编号 |
|page |否 |int |1 |页数 |
#### 返回
... ... @@ -28,28 +28,28 @@
{
"id":8,
"name":"男首页",
"sort_id":2,
"sort_name":"男首",
"platform_id":1,
"platform_name":"yohoApp",
"sortId":2,
"sortName":"男首",
"platformId":1,
"platformName":"yohoApp",
"code":"201504091403001",
"match_code":"",
"create_time":1430378310,
"sort_list":[
"matchCode":"",
"createTime":1430378310,
"sorts":[
{
"sort_id":2,
"sort_name":"男首",
"platform_id":"1",
"create_time":1430304722,
"sortId":2,
"sortName":"男首",
"platformId":"1",
"createTime":1430304722,
"status":1
}
],
"plat_list":[
"platforms":[
{
"platform_id":1,
"platform_name":"yohoApp",
"platform_flag":"iphone",
"create_time":1430300615,
"platformId":1,
"platformName":"yohoApp",
"platformFlag":"iphone",
"createTime":1430300615,
"status":1
}
]
... ... @@ -69,12 +69,12 @@
|content |内容 |
|id |资源编号 |
|name |资源名称 |
|sort_id |分类编号 |
|sort_name |分类名称 |
|platform_id|平台编号 |
|platform_name|平台名称 |
|sortId |分类编号 |
|sortName |分类名称 |
|platformId |平台编号 |
|platformName|平台名称 |
|code |资源码 |
|match_code |配对码 |
|create_time|创建时间 |
|sort_list |分类列表 |
|plat_list |平台列表 |
\ No newline at end of file
|matchCode |配对码 |
|createTime |创建时间 |
|sorts |分类列表 |
|platforms |平台列表 |
\ No newline at end of file
... ...