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