qiyeweixin.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "enable": false,
  3. "syncCron": "10 0/10 * * * ?",
  4. "forceSyncCron": "10 45 8,12 * * ?",
  5. "apiAddress": "https://qyapi.weixin.qq.com",
  6. "corpId": "",
  7. "syncSecret": "",
  8. "corpSecret": "",
  9. "agentId": "",
  10. "token": "",
  11. "encodingAesKey": "",
  12. "workUrl": "",
  13. "messageRedirectPortal": "",
  14. "messageEnable": false,
  15. "scanLoginEnable": false,
  16. "attendanceSyncEnable": false,
  17. "attendanceSyncAgentId": "",
  18. "attendanceSyncSecret": "",
  19. "###enable": "是否启用.###",
  20. "###syncCron": "拉入同步cron,默认每10分钟同步一次.###",
  21. "###forceSyncCron": "强制拉入同步cron,默认在每天的8点和12点强制进行同步.###",
  22. "###apiAddress": "api服务器地址###",
  23. "###corpId": "企业微信corpId###",
  24. "###syncSecret": "企业微信同步通讯录Secret###",
  25. "###corpSecret": "企业微信corpSecret###",
  26. "###agentId": "企业微信agentId###",
  27. "###token": "回调token###",
  28. "###encodingAesKey": "回调encodingAesKey###",
  29. "###workUrl": "企业微信消息打开工作的url地址,如:http://dev.o2oa.net/x_desktop/###",
  30. "###messageRedirectPortal": "企业微信消息处理完成后跳转到特定的门户页面的Id###",
  31. "###messageEnable": "推送消息到企业微信###",
  32. "###scanLoginEnable": "企业微信扫码登录###",
  33. "###attendanceSyncEnable": "是否启用考勤信息###",
  34. "###attendanceSyncAgentId": "企业微信考勤打卡应用id###",
  35. "###attendanceSyncSecret": "企业微信考勤打卡应用secret###"
  36. }