机器人启动验证接口协议(由客户端发起)
POST
https://micro-gfyx-api.b2btst.com/v1/rpa/start
不可维护
最后修改时间:2024-05-09 07:03:20
责任人:炳为
请求参数
Body 参数application/json
version
integer
必需
rpa_version
string
必需
tenant_code
string
必需
user_mobile
string
必需
machine_code
string
必需
secret
string
必需
示例
{
"version": 1,
"rpa_version": "1.0.0",
"tenant_code": "ycg",
"user_mobile": "10000000001",
"machine_code":"test",
"secret": "b0711893-b31d-4c47-adae-2613ad563c2b"
}
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2024-05-09 07:03:20