qiyeweixin.json 1.2 KB

123456789101112131415161718192021222324252627282930
  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. "###enable": "是否启用.###",
  17. "###syncCron": "拉入同步cron,默认每10分钟同步一次.###",
  18. "###forceSyncCron": "强制拉入同步cron,默认在每天的8点和12点强制进行同步.###",
  19. "###apiAddress": "api服务器地址###",
  20. "###corpId": "企业微信corpId###",
  21. "###syncSecret": "企业微信同步通讯录Secret###",
  22. "###corpSecret": "企业微信corpSecret###",
  23. "###agentId": "企业微信agentId###",
  24. "###token": "回调token###",
  25. "###encodingAesKey": "回调encodingAesKey###",
  26. "###workUrl": "企业微信消息打开工作的url地址,如:http://dev.o2oa.net/x_desktop/###",
  27. "###messageRedirectPortal": "企业微信消息处理完成后跳转到特定的门户页面的Id###",
  28. "###messageEnable": "推送消息到企业微信###",
  29. "###scanLoginEnable": "企业微信扫码登录###"
  30. }