💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 评论列表 ~~~[api] get:/api/v1/article/comments *int:objectId= #对应id(参数说明:文章id) *int:page=1#分页页码 *int:limit=10#分页数量 <<< success { "msg": "获取成功!", "url": "", "data": [ { "id": 1, "pid": 0, "uid": 1, "object_id": 2, "title": "test", "cover_ids": "", "type": "ARTICLE", "content": "test", "ding": 0, "cai": 0, "report": 0, "status": 1, "rate": 0, "created_at": "2018/03/26 17:30:47", "updated_at": "2018-03-26 17:30:50", "nickname": "Jon Snow", "replys": [] } ], "count": 1, "status": "success" } <<< error { "msg": "无此分类", "url": "", "status": "error" } ~~~