未验证 提交 a2c54115 编写于 作者: 朱天怡 提交者: Gitee

add

Signed-off-by: N朱天怡 <zhutianyi2@huawei.com>
上级 fddf871f
......@@ -60,7 +60,7 @@ WorkSchedulerExtensionAbility类拥有如下API接口,具体的API介绍详见
console.log(`onWorkStart notification publish err ${JSON.stringify(err)}`);
}
console.log(`onWorkStart notification publish success`);
})
});
}
// 延迟任务结束回调
......@@ -72,7 +72,7 @@ WorkSchedulerExtensionAbility类拥有如下API接口,具体的API介绍详见
console.log(`onWorkStop notification publish err ${JSON.stringify(err)}`);
}
console.log(`onWorkStop notification publish success`);
})
});
}
}
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册