qiyeweixin.json 776 B

12345678910111213141516171819202122
  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. "corpSecret": "",
  8. "agentId": "",
  9. "token": "",
  10. "encodingAesKey": "",
  11. "messageEnable": true,
  12. "###enable": "是否启用.###",
  13. "###syncCron": "拉入同步cron,默认每10分钟同步一次.###",
  14. "###forceSyncCron": "强制拉入同步cron,默认在每天的8点和12点强制进行同步.###",
  15. "###apiAddress": "api服务器地址###",
  16. "###corpId": "企业微信corpId###",
  17. "###corpSecret": "企业微信corpSecret###",
  18. "###agentId": "企业微信agentId###",
  19. "###token": "回调token###",
  20. "###encodingAesKey": "回调encodingAesKey###",
  21. "###messageEnable": "推送消息到企业微信###"
  22. }