跳转到内容

论坛的回复调取及点赞与删除接口

gethttps://x1.php168.com/bbs/wxapp.reply.html 调试

idstringrequired贴子ID
orderbystring排序规则,可留空,可以是 asc 也可以是 desc
rowsstring每次取几条记录
pidstring默认为0,设置的只取指定的引用回复

successerror

下面是论坛评论的点赞接口

gethttps://x1.php168.com/bbs/wxapp.reply/agree.html 调试

idstringrequired回复的ID不是论坛主题的ID

successerror

下面是论坛评论的删除接口

gethttps://x1.php168.com/bbs/wxapp.reply/delete.html 调试

idstringrequired回复的ID不是论坛主题的ID

successerror

下面是论坛评论的发布接口

gethttps://x1.php168.com/bbs/wxapp.reply/add.html 调试

idstring论坛主题的ID
pidstring评论的ID,设置后,将对此进行引用评论的意思,此时上面的id可以不传

successerror