提交 0b71cf12 编写于 作者: S smartltt

fixed 0ca24f47 from https://gitee.com/smartltt/xts_acts/pulls/8463

master api接口参数优化
Signed-off-by: Nsmartltt <litingting86@huawei.com>
Change-Id: I6145913cd0752885a77a78d0f3e768d14d0b7270
上级 9387c62b
...@@ -2800,10 +2800,10 @@ export default function ReminderAgentTest() { ...@@ -2800,10 +2800,10 @@ export default function ReminderAgentTest() {
let firstId = 0; let firstId = 0;
let secondId = 0; let secondId = 0;
let diffId = 0; let diffId = 0;
let remiderId; let reminderId;
await reminderAgent.cancelAllReminders(); await reminderAgent.cancelAllReminders();
for (let i = 0; i < maxLimitNumsOfApp; i++) { for (let i = 0; i < maxLimitNumsOfApp; i++) {
remiderId = await reminderAgent.publishReminder(timer); reminderId = await reminderAgent.publishReminder(timer);
if (i === 0) { if (i === 0) {
firstId = reminderId firstId = reminderId
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册