Skip to content

取消用户看板

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"
字段类型是否必填说明
recvIdstring(已弃用)接收看板对象ID,用户: userId 群: groupId
recvTypestring(已弃用)接收看板对象类型,用户: user 群: group
chatIdstring接收看板对象ID,用户: userId 群: groupId
chatTypestring接收 看板对象类型,用户: user 群: group
memberIdstring群成员用户ID, 如果chatType为 group 时,此字段生效,为指定群成员设置看板
字段类型说明
codeint响应代码
messagestring响应信息,包括异常信息
dataObject返回数据