WxMpHostConfig地址需要支持配置化
Closed this issue · 2 comments
lkhtest commented
简要描述
因公司内部无法直接访问外部网络,需要从正向代理访问外部网络。代理端口非443和80。
其他项目的做法都是使用网络分配的代理端口,通过根路径做反向代理到外部请求地址。
您的封装,请求地址直接写死,我方只能通过修改您的源代码来实现代理机制,不利于后续项目的维护。
再次恳请您将封装起来写死的请求链接,修改为可配置的项。
万分感谢!~
nadirvishun commented
哪里写死了?WxMpHostConfig
中不是可以自己设置吗?设置后可以在WxMpConfigStorage
中调用setHostConfig
方法设置新的。
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.