dingding.json 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "enable": false,
  3. "corpId": "",
  4. "agentId": "",
  5. "appKey": "",
  6. "appSecret": "",
  7. "syncCron": "10 0/10 * * * ?",
  8. "forceSyncCron": "10 45 8,12 * * ?",
  9. "oapiAddress": "https://oapi.dingtalk.com",
  10. "workUrl": "",
  11. "messageRedirectPortal": "",
  12. "messageEnable": true,
  13. "scanLoginEnable": false,
  14. "scanLoginAppId": "",
  15. "scanLoginAppSecret": "",
  16. "attendanceSyncEnable": false,
  17. "###enable": "是否启用###",
  18. "###corpId": "钉钉corpId###",
  19. "###agentId": "agentId###",
  20. "###appKey": "应用的key,唯一标识###",
  21. "###appSecret": "应用的密钥###",
  22. "###syncCron": "组织同步cron,默认每10分钟同步一次.###",
  23. "###forceSyncCron": "强制拉入同步cron,默认在每天的8点和12点强制进行同步.###",
  24. "###oapiAddress": "oapi服务器地址###",
  25. "###workUrl": "钉钉消息打开工作的url地址,如:http://dev.o2oa.net/x_desktop/###",
  26. "###messageRedirectPortal": "钉钉消息处理完成后跳转到特定的门户页面的Id###",
  27. "###messageEnable": "是否启用消息推送###",
  28. "###scanLoginEnable": "是否开启钉钉扫码登录###",
  29. "###scanLoginAppId": "钉钉扫码登录的AppId###",
  30. "###scanLoginAppSecret": "钉钉扫码登录的appSecret###",
  31. "###attendanceSyncEnable": "是否启用考勤信息###"
  32. }