{
"singleChatReceiver":"{\"userId\":\"ceshi.xut\"}",
"cardData":"{ \"config\": { \"autoLayout\": true, \"enableForward\": true }, \"header\": { \"title\": { \"type\": \"text\", \"text\": \"钉钉卡片\" }, \"logo\": \"@lALPDfJ6V_FPDmvNAfTNAfQ\" }, \"contents\": [ { \"type\": \"text\", \"text\": \"测试钉钉卡片\", \"id\": \"text_1705996981881\" } ] }",
"cardBizId":"123914144413",
"cardTemplateId":"StandardCard",
"callbackUrl":" ",
"robotCode":"dingchqvg2j6rbwx8msb"
}
1.调用新版服务端API-机器人发送互动卡片接口,实现发送卡片信息。API Explorer
注意:下面箭头是 json 格式
2.根据cardBizId卡片标识ID,调用新版服务端API-更新机器人发送互动卡片接口,实现更新卡片内容。
把 钉钉测试卡片 修改为 钉钉测试卡片 1
url: https://api.dingtalk.com/v1.0/im/v1.0/robot/interactiveCards/send
method: post
header:
{
"x-acs-dingtalk-access-token":"165c38d896533629815fca2e2aa38d02"
}
body:
{
"singleChatReceiver":"{\"userId\":\"ceshi.x\"}",
"cardData":"{ \"config\": { \"autoLayout\": true, \"enableForward\": true }, \"header\": { \"title\": { \"type\": \"text\", \"text\": \"钉钉卡片\" }, \"logo\": \"@lALPDfJ6V_FPDmvNAfTNAfQ\" }, \"contents\": [ { \"type\": \"text\", \"text\": \"测试钉钉卡片\", \"id\": \"text_1705996981881\" } ] }",
"cardBizId":"123914144413",
"cardTemplateId":"StandardCard",
"callbackUrl":" ",
"robotCode":"dingchqvg2j6rbwx8msb"
}
url: https://api.dingtalk.com/v1.0/im/robots/interactiveCards
method: put
header:
{
"x-acs-dingtalk-access-token":"165c38d896533629815fca2e2aa38d02"
}
body:
{
"cardData":"{ \"config\": { \"autoLayout\": true, \"enableForward\": true }, \"header\": { \"title\": { \"type\": \"text\", \"text\": \"钉钉卡片\" }, \"logo\": \"@lALPDfJ6V_FPDmvNAfTNAfQ\" }, \"contents\": [ { \"type\": \"text\", \"text\": \"测试钉钉卡片\", \"id\": \"text_1705996981881\" } ] }",
"cardBizId":"123914144413",
"updateOptions":{
"updateCardDataByKey":true
}
}
response:
url: https://api.dingtalk.com/v1.0/oauth2/accessToken method: post
body: response: