未验证 提交 e1a1eeb3 编写于 作者: O openharmony_ci 提交者: Gitee

!8463 【resourceschedule_standard】【master】api提醒代理模块接口代码优化

Merge pull request !8463 from smartltt/master_0417
......@@ -2800,10 +2800,10 @@ export default function ReminderAgentTest() {
let firstId = 0;
let secondId = 0;
let diffId = 0;
let remiderId;
let reminderId;
await reminderAgent.cancelAllReminders();
for (let i = 0; i < maxLimitNumsOfApp; i++) {
remiderId = await reminderAgent.publishReminder(timer);
reminderId = await reminderAgent.publishReminder(timer);
if (i === 0) {
firstId = reminderId
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册