Commit bd7371bd by kaisa

feat:新增cid54的提前时间

parent 66b09854
Showing with 2 additions and 1 deletions
......@@ -829,7 +829,8 @@ webAppComm.prototype.calendarReminders = function (title, content, time) {
"content": content,
"time": time,
"type": 1, // 1:只提醒一次 2:每周都提醒一次
"durationTime": 0 //
"durationTime": 10,//持续时间
"reminderTime": 5,//提前多久提醒
}
}
let obj2 = JSON.stringify(obj);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment