{
"type": "cdnSendCardMessage",
"params": {
"robotId": "当前机器人微信ID",
"instanceId": "实例id 和 robotId 二者填一者就可以",
"wxId": "接收方微信id",
"cardWxId": "gh_870576f3c6f9@app",
"nickname": "昵称",
"avatarUrl": "美团团购"
}
}
curl --location --request POST 'http://localhost:10001/api/processor' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "cdnSendCardMessage",
"params": {
"robotId": "当前机器人微信ID",
"instanceId": "实例id 和 robotId 二者填一者就可以",
"wxId": "接收方微信id",
"cardWxId": "gh_870576f3c6f9@app",
"nickname": "昵称",
"avatarUrl": "美团团购"
}
}'
{
"code": 200,
"description": "发送成功",
"time": 1716704721419,
"data": {
"robotId": "string",
"instanceId": "string"
}
}