+++
get:/news?catid=:catid&search=:search
*:catid=517#栏目id 可写多个 如:517,536
:search=美食#标题搜索
<<<
success
{
{
"success": true,
"data": {
"items": [
{
"id": "1",
"catid": "536",
"title": "测试视频221",
"thumb": "",
"keywords": "",
"description": "",
"username": "admin",
"inputtime": "1476768680",
"updatetime": "1476768807",
"like": "0", //点赞数量
"comment": "0" //评论数量
}
],
"_links": {
"self": {
"href": "http://www.lrb_api.com/v1/news/index?catid=517%2C536&search=%E6%B5%8B%E8%AF%95%E8%A7%86%E9%A2%91&page=1"
}
},
"_meta": {
"totalCount": 1,
"pageCount": 1,
"currentPage": 1,
"perPage": 20
}
}
}
<<<
error
{
"success": false,
"data": {
"name": "Unauthorized",
"message": "Sign签名验证失败",
"code": 0,
"status": 401,
"type": "yii\\web\\HttpException"
}
}
+++
### header头信息:
| 参数名 | 参数值 |
| --- | --- |
| Accept | application/json |
| DeviceId | 310995000000000|
| Sign | e67ce2f83ca715552c7040c6801e020f |
注意:
**存在缓存 默认缓存时间为30秒**