17 lines
377 B
JSON
17 lines
377 B
JSON
{
|
|
"type": "sendVWorkTextMessage",
|
|
"params": {
|
|
"robotId": "机器人微信id",
|
|
"instanceId": "实例id 和 robotId 二者填一者就可以",
|
|
"conversationId": "string",
|
|
"message": "string"
|
|
}
|
|
}
|
|
{
|
|
"data": {
|
|
"conversation_id": "{{params.conversationId}}",
|
|
"content": "{{params.message}}"
|
|
},
|
|
"type": 11029
|
|
}
|