取消用户看板
取消用户看板
Section titled “取消用户看板”https://chat-go.jwzhd.com/open-apis/v1/bot/board-dismiss?token=xxxxxxxxxx
POST
curl --location --request POST 'https://chat-go.jwzhd.com/open-apis/v1/bot/board-dismiss?token=xxxxxxxxxx' \--header 'Content-Type: application/json' \--data-raw '{ "chatId": "7058262", "chatType": "user"}'Content-Type: "application/json; charset=utf-8"| 字段 | 类型 | 是否必填 | 说明 |
|---|---|---|---|
| string | 否 | (已弃用)接收看板对象ID,用户: userId 群: groupId | |
| string | 否 | (已弃用)接收看板对象类型,用户: user 群: group | |
| chatId | string | 是 | 接收看板对象ID,用户: userId 群: groupId |
| chatType | string | 是 | 接收 看板对象类型,用户: user 群: group |
| memberId | string | 否 | 群成员用户ID, 如果chatType为 group 时,此字段生效,为指定群成员设置看板 |
| 字段 | 类型 | 说明 |
|---|---|---|
| code | int | 响应代码 |
| message | string | 响应信息,包括异常信息 |
| data | Object | 返回数据 |