系统升级
确认执行上传升级
确认对已上传的二进制文件执行升级替换。前端在收到 /upgrade/upload 响应后,若需要二次确认(如跨通道),用户确认后调用此接口。升级进度通过 /upgrade/progress 轮询。
post/upgrade/upload/confirm
Response
升级已开始
Example response
{
"message": "操作成功"
}Changes
Changed in 1 of the 79 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○