Commit 46f1f828 by kaisa

feat:修改cid:54

parent fd7f1233
Showing with 3 additions and 1 deletions
......@@ -827,7 +827,9 @@ webAppComm.prototype.calendarReminders = function (title, content, time) {
"data": {
"title": title,
"content": content,
"time": time
"time": time,
"type": 1, // 1:只提醒一次 2:每周都提醒一次
"durationTime": 10 //
}
}
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