跳到主要内容
版本:2.0.0@Current

查询烧录进度

✨ 案例

请求

curl --location '{{EU}}/burn/progress?cmdId=OPENAPI_2bbeba8a4b00427e86dc27e6fdde5e58' \
--header 'token:xxx'

响应

{
"errorCode": 0,
"info": null,
"body": {
"progress": "0.51", // 烧录进度
"status": "BURNING" // 烧录状态 BURNING-烧录中 BURN_SUCCESS-烧录成功 BURN_FAILED-烧录失败
},
"successful": true
}