联系WorkBot专属客服微信:workbot666,可申请测试账号~
{
"taskList":[
{
"type":100004,
"corporation":"需要切换的主体名称"
}
]
}
curl --location -g --request POST 'https://api.workbot.xlrpa.com/api/sendTask?robotId=b1395e58b79ca910aa34330efdba47cb' \
--header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskList":[
{
"type":100004,
"corporation":"需要切换的主体名称"
}
]
}'
{
"code": 200,
"message": "指令发送成功"
}