dingding.json 672 B

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