ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
~~~[api] get:api/comment/comment/listMyComment *open_id#open_id int:index=1#页码,默认为1 int:limit=20#每页显示的条数 <<< success { "code": 0, "msg": "ok", "data": { "list": [ { "comment": { "id": 3, "parent_id": 0, "open_id": "hunyr", "content": "评论内容评论内容", "create_time": "2019-01-24 17:26:52" }, "article": { "article_id": "78fac7088eb8c4558602051a7cb79003", "title": "123", "cover": "/uploads/image/20190128/f381050f01e570444f6d115b8a53cf34.png", "url": "123", "create_time": "2019-01-28 11:01:43" } }, { "comment": { "id": 2, "parent_id": 0, "open_id": "hunyr", "content": "评论内容评论内容", "create_time": "2019-01-24 17:25:23" }, "article": { "article_id": "2709ef3cd07744e002a2502a6215165d", "title": "123", "cover": "/uploads/image/20190128/a5b5924256ae15218220aa86beb0e24b.png", "url": "asd", "create_time": "2019-01-28 10:55:05" } }, { "comment": { "id": 1, "parent_id": 0, "open_id": "hunyr", "content": "asdasdasdasd", "create_time": "1970-01-01 08:00:00" }, "article": { "article_id": "d1abeb99e46c559e1fd2f479e6e4c2de", "title": "修改", "cover": "/uploads/image/20190128/8dff727c356d986c85c9c7ff1dda19a5.png", "url": "aaa", "create_time": "2019-01-25 11:09:18" } } ], "count": 5, "totalPage": 1 } }