diff --git a/o2server/configSample/welink.json b/o2server/configSample/welink.json index 494de5ddc929dc96276ffba10f1b77ef6f42c298..0d0bba2eaae67de3725955e29df016ea7d18caba 100644 --- a/o2server/configSample/welink.json +++ b/o2server/configSample/welink.json @@ -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###" } \ No newline at end of file