主题
查询指定浏览器环境当前是否处于运行状态。
GET
/api/isBrowserRunning
curl --location 'http://localhost:9000/api/isBrowserRunning?id=1' \ --header 'api-key: YOUR_API_KEY'
{ "success": true, "data": true }
data 为 true 表示运行中,false 表示未运行。
data
true
false