+++
get:/opinion/one?o_id=:o_id&access-token=:access-token
*int:o_id=17#反馈记录id
*:access-token=92ece3ec585b1b0d433a98d7d8e93410#安全验证字符串
<<<
success
{
"success": true,
"data": {
"o_id": 17,
"uid": 1,
"title": "bug",
"content": "有bug!",
"time": "2016-10-21 12:25:24",
"isreply": 0,
"reply_time": null,
"reply_content": ""
}
}
<<<
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 |