| 12345678910111213141516 |
- {
- "enable": false,
- "clientId": "",
- "clientSecret": "",
- "syncCron": "10 0/10 * * * ?",
- "forceSyncCron": "10 45 8,12 * * ?",
- "oapiAddress": "https://open.welink.huaweicloud.com/api",
- "messageEnable": false,
- "###enable": "是否启用.###",
- "###syncCron": "拉入同步cron,默认每10分钟同步一次.###",
- "###forceSyncCron": "强制拉入同步cron,默认在每天的8点和12点强制进行同步.###",
- "###oapiAddress": "api服务器地址###",
- "###clientId": "华为WeLink轻应用的client_id###",
- "###clientSecret": "华为WeLink轻应用的client_secret###",
- "###messageEnable": "推送消息到华为WeLink###"
- }
|