企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
+++ get:/comment/list?content_id=:content_id&catid=:catid&pid=:pid *:content_id=1#文章id *:catid=536#文章分类id *:pid=0#评论的父等id 0表示获取一级评论 以此类推 <<< success { "success": true, "data": { "items": { "parent": { //父级评论 如果pid为0 则parent为空对象 "comment_id": "1", "pid": "0", "content_id": "1", "catid": "536", "uid": "1", "username": "cuijun", "content": "好评", "time": "2016-10-20 16:06:30", "like": "0", "comment": "6", "head_img": "./uploads/head_img/1_58082c3272b50.jpg", "_likes": [ //点赞人员列表 默认10个 如想要全部 请调取点赞评论列表 { "like_id": "8", "uid": "1", "username": "cuijun", "time": "2016-10-21 12:53:34", "content_id": "0", "comment_id": "1", "position_type": "2", "catid": "536", "head_img": "http://www.lrb_api.com/uploads/head_img/1_58082c3272b50.jpg" } ] }, "_child": { //子集评论 "1": { "comment_id": "5", "pid": "1", "content_id": "1", "catid": "536", "uid": "1", "username": "cuijun", "content": "再跟评", "time": "2016-10-20 16:13:31", "like": "0", "comment": "0", "head_img": "http://www.lrb_api.com/uploads/head_img/1_58082c3272b50.jpg" }, "2": { "comment_id": "6", "pid": "1", "content_id": "1", "catid": "536", "uid": "1", "username": "cuijun", "content": "再跟评", "time": "2016-10-20 16:18:16", "like": "0", "comment": "0", "head_img": "http://www.lrb_api.com/uploads/head_img/1_58082c3272b50.jpg" }, "3": { "comment_id": "7", "pid": "1", "content_id": "1", "catid": "536", "uid": "1", "username": "cuijun", "content": "再跟评", "time": "2016-10-20 16:21:17", "like": "0", "comment": "0", "head_img": "http://www.lrb_api.com/uploads/head_img/1_58082c3272b50.jpg" }, "4": { "comment_id": "8", "pid": "1", "content_id": "1", "catid": "536", "uid": "1", "username": "cuijun", "content": "再跟评", "time": "2016-10-20 16:24:02", "like": "0", "comment": "0", "head_img": "http://www.lrb_api.com/uploads/head_img/1_58082c3272b50.jpg" }, "5": { "comment_id": "10", "pid": "1", "content_id": "1", "catid": "536", "uid": "1", "username": "cuijun", "content": "再跟评", "time": "2016-10-20 16:24:22", "like": "0", "comment": "0", "head_img": "http://www.lrb_api.com/uploads/head_img/1_58082c3272b50.jpg" }, "6": { "comment_id": "9", "pid": "1", "content_id": "1", "catid": "536", "uid": "1", "username": "cuijun", "content": "再跟评", "time": "2016-10-20 16:24:22", "like": "0", "comment": "0", "head_img": "http://www.lrb_api.com/uploads/head_img/1_58082c3272b50.jpg" } } }, "_links": { "self": { "href": "http://www.lrb_api.com/v1/comment/list?content_id=1&catid=536&pid=1&page=1" } }, "_meta": { "totalCount": "7", "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 |