Skip to content
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

开放平台代理配置不生效 #3466

Open
XIXUANHAO opened this issue Jan 9, 2025 · 0 comments
Open

开放平台代理配置不生效 #3466

XIXUANHAO opened this issue Jan 9, 2025 · 0 comments

Comments

@XIXUANHAO
Copy link

提问前,请确保阅读过项目首页说明以及wiki开发文档相关内容,尤其是常见问题部分。完成内容后,请务必移除包括本句在内的无用内容,以免影响阅读,否则直接关闭,谢谢合作~

另外如果确认属于bug,而且已明确如何修复,请参考贡献指南直接提交PR,省的浪费时间在这里描述问题,非常感谢配合

简要描述

请简单概括描述下你所遇到的问题。

模块版本情况

  • WxJava 模块名: 开放平台
  • WxJava 版本号:(旧版本不予支持,谢谢配合)

详细描述

已经手动设置了代理地址与端口. 但是不生效
WxOpenInRedisConfigStorage inRedisConfigStorage = new WxOpenInRedisConfigStorage();
inRedisConfigStorage.setComponentAppId(appid);
inRedisConfigStorage.setComponentAppSecret(AppSecret);
inRedisConfigStorage.setComponentToken(ComponentToken);
inRedisConfigStorage.setComponentAesKey(ComponentAesKey());
inRedisConfigStorage.setHttpProxyHost("xxxx.xxxxx.com");
inRedisConfigStorage.setHttpProxyPort(80);

用模拟接口请求是正常的
image

日志

image

如果日志不多,直接使用md代码引用格式贴在此处,否则如果太长,请将日志放在 pastebin 或者其他地方,然后将其url地址贴在这里

日志请写于此处
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant