聊天置顶
请求参数
| 参数名 | 位置 | 类型 | 必填 | 说明 |
|---|---|---|---|---|
wechat-token | header | string | 必填 | — |
appId | body | string | 必填 | 设备ID |
chatroomId | body | string | 必填 | 群ID |
top | body | boolean | 必填 | 是否置顶 |
请求示例
{
"appId": "",
"chatroomId": "",
"top": false
}响应示例
{
"ret": 200,
"msg": "操作成功"
}| 参数名 | 位置 | 类型 | 必填 | 说明 |
|---|---|---|---|---|
wechat-token | header | string | 必填 | — |
appId | body | string | 必填 | 设备ID |
chatroomId | body | string | 必填 | 群ID |
top | body | boolean | 必填 | 是否置顶 |
{
"appId": "",
"chatroomId": "",
"top": false
}{
"ret": 200,
"msg": "操作成功"
}