💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 提交评论信息接口(根据帖子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 这里填写错误的返回码 以此类推,每个状态使用 <<< 分割, 第一行添加状态名称 +++