17 lines
393 B
JSON
17 lines
393 B
JSON
{
|
|
"type": "sendVWorkCardMessage",
|
|
"params": {
|
|
"robotId": "当前机器人微信ID",
|
|
"instanceId": "实例id 和 robotId 二者填一者就可以",
|
|
"conversationId": "接收方微信id",
|
|
"userId": "string"
|
|
}
|
|
}
|
|
{
|
|
"type":11161,
|
|
"data":{
|
|
"conversation_id":"{{params.conversationId}}",
|
|
"share_user_id":"{{params.userId}}"
|
|
}
|
|
}
|