You need to enable JavaScript to run this app.
云手机

云手机

复制全文
回调接口
任务中断回调
复制全文
任务中断回调

回调名称 CallBackTaskRunInterrupted,当任务被中断时会触发的回调。

回调参数

参数

类型

示例值

描述

AccountId

String

111111****

火山账号 ID

RunId

String

run-123456

运行 ID

Type

String

user_cancel

中断类型

Content

String

用户主动取消

中断内容描述

回调示例

{
    "AccountId": "111111****",
    "RunId": "run-123456",
    "Type": "user_cancel",
    "Content": "用户主动取消"
}
最近更新时间:2025.11.17 14:12:57
这个页面对您有帮助吗?
有用
有用
无用
无用