|
|
@@ -6,11 +6,15 @@
|
|
|
"forceSyncCron": "10 45 8,12 * * ?",
|
|
|
"oapiAddress": "https://open.welink.huaweicloud.com/api",
|
|
|
"messageEnable": false,
|
|
|
+ "workUrl": "",
|
|
|
+ "messageRedirectPortal": "",
|
|
|
"###enable": "是否启用.###",
|
|
|
"###syncCron": "拉入同步cron,默认每10分钟同步一次.###",
|
|
|
"###forceSyncCron": "强制拉入同步cron,默认在每天的8点和12点强制进行同步.###",
|
|
|
"###oapiAddress": "api服务器地址###",
|
|
|
"###clientId": "华为WeLink轻应用的client_id###",
|
|
|
"###clientSecret": "华为WeLink轻应用的client_secret###",
|
|
|
- "###messageEnable": "推送消息到华为WeLink###"
|
|
|
+ "###messageEnable": "推送消息到华为WeLink###",
|
|
|
+ "###workUrl": "华为WeLink消息打开工作的url地址,如:http://dev.o2oa.net/x_desktop/###",
|
|
|
+ "###messageRedirectPortal": "华为WeLink消息处理完成后跳转到特定的门户页面的Id###"
|
|
|
}
|