-
Notifications
You must be signed in to change notification settings - Fork 28
v1.reply.new
vissong edited this page Oct 12, 2014
·
1 revision
名称 | 内容 |
---|---|
请求URL | http(s)://openapi.wsq.qq.com/v1/reply/new |
请求方法 | POST |
数据格式 | JSON |
参数名 | 说明 | 备注 |
---|---|---|
appToken | 应用的appToken | |
sId | 站点的 sId | |
tId | 主题ID | |
accessToken | 用户登录态 | |
content | 内容 | 最长1W字节 |
请求参数请遵守 RFC 1738,对参数进行 encode
参数名 | 说明 | 备注 |
---|---|---|
sId | 站点ID | |
tId | 主题ID | |
pId | 回复ID | |
threadUrl | 主题地址 |
http(s)://openapi.wsq.qq.com/v1/reply/new
POST:
sId=100
tId=46
appToken=*******
accessToken=********
content=测试回复内容
{
errCode: 0,
errMsg: "",
data: {
sId: 100,
tId: 46,
pId: 20,
threadUrl: "http://m.wsq.qq.com/100/t/46"
}
}
{
errCode: 2006,
errMsg: 'error message'
}
本 wiki 由微社区研发团队撰写