不存在的 发表于 2019-3-14 17:54:44

关于企业微信的转接问题

{
"enable": true,
"syncCron": "10 0/10 * * * ?",
"forceSyncCron": "10 45 8,12 * * ?",
"apiAddress": "https://qyapi.weixin.qq.com",
"corpId": "",
"corpSecret": "",
"agentId": "",
"token": "",
"encodingAesKey": "",
"messageEnable": true,
"###enable": "是否启用.###",
"###syncCron": "拉入同步cron,默认每10分钟同步一次.###",
"###forceSyncCron": "强制拉入同步cron,默认在每天的8点和12点强制进行同步.###",
"###apiAddress": "api服务器地址###",
"###corpId": ww823430152fea1bfc"企业微信corpId###",
"###corpSecret": aE4FOcj90tei6bXSBWTFLOE2RbUWYPvEyka8FibbuT8"企业微信corpSecret###",
"###agentId": 1000002"企业微信agentId###",
"###token": "回调token###",
"###encodingAesKey": "回调encodingAesKey###",
"###messageEnable": true"推送消息到企业微信###"
}
上面是我的配置文件,不知道哪里出了问题,虚心请教。

不存在的 发表于 2019-3-15 10:22:50

http://www.o2server.io:20020/x_file_assemble_control/jaxrs/file/4b7659d5-3650-4f6c-8f6f-f930520cc55e/download/stream
需要一个个的把信息录入到企业微信吗?不能同步人员信息吗?

不存在的 发表于 2019-3-15 10:12:34

{
"enable": true,
"syncCron": "10 0/10 * * * ?",
"forceSyncCron": "10 45 8,12 * * ?",
"apiAddress": "https://qyapi.weixin.qq.com",
"corpId": "ww823430152fea1bfc",
"corpSecret": "aE4FOcj90tei6bXSBWTFLOE2RbUWYPvEyka8FibbuT8",
"agentId": "1000002",
"token": "",
"encodingAesKey": "",
"messageEnable": true,
"###enable": "是否启用.###",
"###syncCron": "拉入同步cron,默认每10分钟同步一次.###",
"###forceSyncCron": "强制拉入同步cron,默认在每天的8点和12点强制进行同步.###",
"###apiAddress": "api服务器地址###",
"###corpId": "企业微信corpId###",
"###corpSecret": "企业微信corpSecret###",
"###agentId": "企业微信agentId###",
"###token": "回调token###",
"###encodingAesKey": "回调encodingAesKey###",
"###messageEnable": "推送消息到企业微信###"
}
消息还是没来0.0,已经半个小时了,还是我又配置错了

论坛管理员 发表于 2019-3-18 15:33:33

您是需要把O2OA里的信息同步到企业微信吗?这样是不可行的哦。
您可以在企业微信里把企业的组织架构和人员信息全部录入,配置正常的情况下,O2OA会从企业微信里同步到O2OA组织架构里。
您需要开放企业微信顶层组织的数据访问权限。

论坛管理员 发表于 2019-3-15 09:09:08

配置信息填写的位置错了吧。下面带#号的是注释信息,应该填写在上面的属性里。
http://www.o2oa.net:20020/x_file_assemble_control/jaxrs/file/d087dc2d-cb0b-48ef-bbae-08b33646c3f6/download/stream
页: [1]
查看完整版本: 关于企业微信的转接问题