dingding.json 628 B

123456789101112131415161718
  1. {
  2. "enable": false,
  3. "corpId": "",
  4. "agentId": "",
  5. "corpSecret": "",
  6. "syncCron": "10 0/10 * * * ?",
  7. "forceSyncCron": "10 45 8,12 * * ?",
  8. "oapiAddress": "https://oapi.dingtalk.com",
  9. "messageEnable": true,
  10. "###enable": "是否启用###",
  11. "###corpId": "钉钉corpId###",
  12. "###agentId": "agentId###",
  13. "###corpSecret": "钉钉corpSecret###",
  14. "###syncCron": "组织同步cron,默认每10分钟同步一次.###",
  15. "###forceSyncCron": "强制拉入同步cron,默认在每天的8点和12点强制进行同步.###",
  16. "###oapiAddress": "oapi服务器地址###",
  17. "###messageEnable": "是否启用消息推送###"
  18. }