ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 提交评论信息接口(根据帖子id或者评论id进行回复评论信息) +++ post:http://tadev.sp11.cn/Taindex/Api/get_bbspost_save *post_id= #帖子id *comment_content= #评论内容 *comment_pid= #评论:0 ,回复:评论id *member_no= #评论人编号 <<< success { "status": 1, "msg": "提示信息" } <<< error 这里填写错误的返回码 以此类推,每个状态使用 <<< 分割, 第一行添加状态名称 +++