welink.json 649 B

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