获取异步任务结果
参数名
类型
说明
BaaS.getAsyncJobResult(1).then(res => {
// success
}).catch(e=>{
// HError 对象
})参数名
类型
说明
属性
类型
说明
错误码 err.code
可能的原因
Last updated
Was this helpful?
BaaS.getAsyncJobResult(1).then(res => {
// success
}).catch(e=>{
// HError 对象
})Last updated
Was this helpful?
Was this helpful?
{
"data": {
"id": 1,
"schema_id": 1,
"schema_name": "test",
"operation": "update",
"status": "success",
"created_at": 1571047763,
"updated_at": 1571047763,
"matched_count": 1,
"modified_count": 1
},
"status": 200
}