💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# 帖子详情 网址 http://域名/api/article.html **请求参数** | 请求类型 | tid | pageid | --- | --- | --- | | get | 帖子id | 分页id(用于回复列表) **返回数据** ``` { "msg": "sucess", "error": true, // true 成功获得数据 "data": { // 附件列表 "filelist": [], // 正文数据 "post_data": { "pid": "1", "tid": "1", "fid": "1", "uid": "1", "rpid": "0", "isthread": "1", "content": "<p>重装了服务器,没想到以前备份的数据丢失了所以现在只能重来了.</p><p>感谢大家对本站的支持,为了补偿大家,现在新注册用户验证邮箱赠送200金币(送金币结束).</p>", "atime": "1548381814", "etime": "1548658383", "euid": "0", "goods": "0", "nos": "0", "posts": "0" }, // 分页id "pageid": 1, // 分页总数 "page_count": 2, // 文章数据 "thread_data": { "tid": "1", "fid": "1", "uid": "1", "pid": "1", "title": "由于重装系统导致数据库丢失(送金币结束)", "summary": "重装了服务器,没想到以前备份的数据丢失了所以现在只能重来了.感谢大家对本站的支持,为了补偿大家,现在新注册用户验证邮箱赠送200金币(送金币结束).", "atime": "1548381814", "etime": "1548658383", "euid": "0", "btime": "1562811994", "buid": "1", "views": "1689", "posts": "14", "goods": "4", "nos": "1", "img": "", "img_count": "0", "video_url": "", "video_pic": "", "top": "2", "files": "0", "hide": "0", "gold": "0", "state": "0", "jing": "0", "shenhe": "0", "user": "admin", "avatar": { "a": "http://hy.cn/upload/avatar/c4ca4238a0b923820dcc509a6f75849b-a.jpg", "b": "http://hy.cn/upload/avatar/c4ca4238a0b923820dcc509a6f75849b-b.jpg", "c": "http://hy.cn/upload/avatar/c4ca4238a0b923820dcc509a6f75849b-c.jpg" }, "show": true, "gold_show": true }, // 回复列表 "PostList": { "1": { "pid": "15", "tid": "1", "fid": "1", "uid": "4", "rpid": "0", "isthread": "0", "content": "<p>送的金币怎么没有了?</p>", "atime": "1548552900", "etime": "1548552900", "euid": "0", "goods": "0", "nos": "0", "posts": "1", "user": "13824879591", "atime_str": "6个月前", "key": 2, "avatar": { "a": "http://hy.cn/public/images/user.gif", "b": "http://hy.cn/public/images/user.gif", "c": "http://hy.cn/public/images/user.gif" }, "lou": 1 }, ...... } } } ```