ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
~~~[api] get:https://x1.php168.com/bbs/wxapp.reply.html *string:id=419#贴子ID orderby#排序规则,可留空,可以是 asc 也可以是 desc rows#每次取几条记录 pid#默认为0,设置的只取指定的引用回复 <<< success <<< error ~~~ 下面是论坛评论的点赞接口 ~~~[api] get:https://x1.php168.com/bbs/wxapp.reply/agree.html *string:id=159703#回复的ID不是论坛主题的ID <<< success <<< error ~~~ 下面是论坛评论的删除接口 ~~~[api] get:https://x1.php168.com/bbs/wxapp.reply/delete.html *string:id=159703#回复的ID不是论坛主题的ID <<< success <<< error ~~~ 下面是论坛评论的发布接口 ~~~[api] get:https://x1.php168.com/bbs/wxapp.reply/add.html string:id=21605#论坛主题的ID string:pid#评论的ID,设置后,将对此进行引用评论的意思,此时上面的id可以不传 <<< success <<< error ~~~