论坛的回复调取及点赞与删除接口
gethttps://x1.php168.com/bbs/wxapp.reply.html 调试
| idstring | required贴子ID | |
|---|---|---|
| orderbystring | 排序规则,可留空,可以是 asc 也可以是 desc | |
| rowsstring | 每次取几条记录 | |
| pidstring | 默认为0,设置的只取指定的引用回复 |
successerror
下面是论坛评论的点赞接口
gethttps://x1.php168.com/bbs/wxapp.reply/agree.html 调试
| idstring | required回复的ID不是论坛主题的ID | |
|---|---|---|
successerror
下面是论坛评论的删除接口
gethttps://x1.php168.com/bbs/wxapp.reply/delete.html 调试
| idstring | required回复的ID不是论坛主题的ID | |
|---|---|---|
successerror
下面是论坛评论的发布接口
gethttps://x1.php168.com/bbs/wxapp.reply/add.html 调试
| idstring | 论坛主题的ID | |
|---|---|---|
| pidstring | 评论的ID,设置后,将对此进行引用评论的意思,此时上面的id可以不传 |
successerror