Commit c120b182 by kaisa

feat:测试cid54 提醒时间

parent 782d2784
Showing with 1 additions and 1 deletions
...@@ -829,7 +829,7 @@ webAppComm.prototype.calendarReminders = function (title, content, time) { ...@@ -829,7 +829,7 @@ webAppComm.prototype.calendarReminders = function (title, content, time) {
"content": content, "content": content,
"time": time, "time": time,
"type": 1, // 1:只提醒一次 2:每周都提醒一次 "type": 1, // 1:只提醒一次 2:每周都提醒一次
"durationTime": 10 // "durationTime": 0 //
} }
} }
let obj2 = JSON.stringify(obj); 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