{
"type": "getLocalCdnPicture2Base64",
"params": {
"robotId": "string",
"instanceId": "string",
"fileId": "string",
"aesKey": "string"
}
}
curl --location --request POST 'http://localhost:10001/api/processor' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "getLocalCdnPicture2Base64",
"params": {
"robotId": "string",
"instanceId": "string",
"fileId": "string",
"aesKey": "string"
}
}'
{
"code": 200,
"description": "发送成功",
"time": 1716704721419,
"data": {
"robotId": "string",
"instanceId": "string"
}
}