-
-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🙋 问题交流。。。 | [Question] 企业微信大批量人员同步问题 #256
Comments
您好 @KevinLiu59👋,我已收到您的反馈,我将安排时间考虑您提交的信息并进行回复。-- 这条信息是由自动回复的机器人发出的。 Hello @KevinLiu59. I have received your feedback, and I will arrange time to consider the information you submitted and reply. -- This message is sent by an automatic reply robot. |
这的确是此前不曾遇到过的问题。 目前企微这块儿,是先获取部门,之后再获取所有部门下的用户信息。 关于你的这个问题,需要逐步排查一下。
|
你通过docker-compose拉起之后,是直接 IP:PORT 进行访问的吗,如果是这样,那可以docker exec 到前端的容器里,然后编辑Nginx的配置,调大一下超时的配置项。
添加配置:
然后reload服务。 之后同样再次手动点击同步,打开检查,看看接口返回什么错误。 |
现在拿到的应该是随机生成的11位数字。 去年企微调整了这个接口: https://developer.work.weixin.qq.com/document/path/90201 使用的依赖的这个组件目前也没有支持:wenerme/go-wecom#3 如果想要拿到这个信息,需要做一些代码开发。 |
另外你这边方便的话,可以帮忙在这里提交一下信息吗,能够使这个小项目增加一点人气: #18 |
好的,待后续调试完成上线后,我会提交使用登记,感谢! |
这个只能单个用户逐个操作,如果记得不错,contact 应用可以拿到 |
请问下,这个应用指的是什么呢 |
通讯录同步应用,权限更高 |
Question Report
你使用了哪个版本? | Which version did you use?
docker-compose
预期行为 | Expected behavior
正常同步所有人员
实际行为 | Actual behavior
点击同步时,界面卡住了,像是在等待接口相应,通过手动查找数据库,是有部分数据进来。但到了一个数量之后就像是卡住了,也不增加数据了,前端也没有任何响应了。
原因分析(如果可以) | Cause analysis (if possible)
不太确定,查看docker日志没有获得太多有效信息,个人猜测是否接口响应超时了,或者是没有对大批量同步做优化呢?
问题重现步骤 | Steps to reproduce the problem
The text was updated successfully, but these errors were encountered: