We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
请简单概括描述下你所遇到的问题。
已经手动设置了代理地址与端口. 但是不生效 WxOpenInRedisConfigStorage inRedisConfigStorage = new WxOpenInRedisConfigStorage(); inRedisConfigStorage.setComponentAppId(appid); inRedisConfigStorage.setComponentAppSecret(AppSecret); inRedisConfigStorage.setComponentToken(ComponentToken); inRedisConfigStorage.setComponentAesKey(ComponentAesKey()); inRedisConfigStorage.setHttpProxyHost("xxxx.xxxxx.com"); inRedisConfigStorage.setHttpProxyPort(80);
用模拟接口请求是正常的
如果日志不多,直接使用md代码引用格式贴在此处,否则如果太长,请将日志放在 pastebin 或者其他地方,然后将其url地址贴在这里
日志请写于此处
The text was updated successfully, but these errors were encountered:
No branches or pull requests
提问前,请确保阅读过项目首页说明以及wiki开发文档相关内容,尤其是常见问题部分。完成内容后,请务必移除包括本句在内的无用内容,以免影响阅读,否则直接关闭,谢谢合作~
另外如果确认属于bug,而且已明确如何修复,请参考贡献指南直接提交PR,省的浪费时间在这里描述问题,非常感谢配合
简要描述
请简单概括描述下你所遇到的问题。
模块版本情况
详细描述
已经手动设置了代理地址与端口. 但是不生效
WxOpenInRedisConfigStorage inRedisConfigStorage = new WxOpenInRedisConfigStorage();
inRedisConfigStorage.setComponentAppId(appid);
inRedisConfigStorage.setComponentAppSecret(AppSecret);
inRedisConfigStorage.setComponentToken(ComponentToken);
inRedisConfigStorage.setComponentAesKey(ComponentAesKey());
inRedisConfigStorage.setHttpProxyHost("xxxx.xxxxx.com");
inRedisConfigStorage.setHttpProxyPort(80);
用模拟接口请求是正常的
日志
如果日志不多,直接使用md代码引用格式贴在此处,否则如果太长,请将日志放在 pastebin 或者其他地方,然后将其url地址贴在这里
The text was updated successfully, but these errors were encountered: