Skip to content

设置全局看板

https://chat-go.jwzhd.com/open-apis/v1/bot/board-all?token=xxxxxxxxxx

POST

curl --location --request POST 'https://chat-go.jwzhd.com/open-apis/v1/bot/board-all?token=xxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"contentType": "text",
"content": "你好"
}'
Content-Type: "application/json; charset=utf-8"
字段类型是否必填说明
contentTypestring消息类型,取值如下
text\markdown\html
contentstring内容文本
expireTimeint过期时间的时间戳,秒级时间戳,0 为不过期
字段类型说明
codeint响应代码
messagestring响应信息,包括异常信息
dataObject返回数据