-
Notifications
You must be signed in to change notification settings - Fork 28
v1.reply.del
vissong edited this page Oct 12, 2014
·
1 revision
名称 | 内容 |
---|---|
请求URL | http(s)://openapi.wsq.qq.com/v1/reply/del |
请求方法 | POST |
数据格式 | JSON |
参数名 | 说明 | 备注 |
---|---|---|
appToken | 应用的appToken | |
accessToken | 用户登录态 | |
sId | 站点的 sId | |
tId | 主题ID | |
pId | 回复ID |
请求参数请遵守 RFC 1738,对参数进行 encode
无
http(s)://openapi.wsq.qq.com/v1/reply/del
POST:
sId=100
tId=46
pId=20
appToken=*************
accessToken=**********
{
errCode: 0,
errMsg: "",
data: {}
}
{
errCode: 2006,
errMsg: 'error message'
}
该接口只支持删除当前用户通过当前应用发表的回复。
本 wiki 由微社区研发团队撰写