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

master api接口参数优化

Signed-off-by: Nsmartltt <litingting86@huawei.com>
Change-Id: I6145913cd0752885a77a78d0f3e768d14d0b7270
上级 c0fe43fc
......@@ -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.
先完成此消息的编辑!
想要评论请 注册