+++
get:/opinion/list?access-token=:access-token
*:access-token=92ece3ec585b1b0d433a98d7d8e93410#安全验证字符串
<<<
success
{
"success": true,
"data": {
"items": [
{
"o_id": 18,
"uid": 1,
"title": "bug反馈",
"time": "2016-10-21 12:29:28",
"isreply": 0,
"reply_time": null
},
{
"o_id": 17,
"uid": 1,
"title": "bug",
"time": "2016-10-21 12:25:24",
"isreply": 0,
"reply_time": null
}
],
"_links": {
"self": {
"href": "http://www.lrb_api.com/v1/opinion/list?page=1"
}
},
"_meta": {
"totalCount": "2",
"pageCount": 1,
"currentPage": 1,
"perPage": 20
}
}
}
<<<
error
{
"success": false,
"data": {
"name": "Unauthorized",
"message": "access-token是一个无效的凭证.",
"code": 0,
"status": 401,
"type": "yii\\web\\UnauthorizedHttpException"
}
}
+++
### header头信息:
| 参数名 | 参数值 |
| --- | --- |
| Accept | application/json |
| DeviceId | 310995000000000|
| Sign | e67ce2f83ca715552c7040c6801e020f |