{
"type": "userId2OpenId",
"params": {
"robotId":"",
"instanceId":"",
"userIdList": [
"64453014xxxxxxx"
]
}
}
curl --location --request POST 'http://localhost:10001/api/processor' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "userId2OpenId",
"params": {
"robotId":"",
"instanceId":"",
"userIdList": [
"64453014xxxxxxx"
]
}
}'
{
"code": 200,
"description": "启动微信成功",
"time": 1716704721419,
"data": {
"robotId": "string",
"instanceId": "string"
}
}