对接商家转账到零钱时调用uniCloud.httpProxyForEip.postJson来解决微信需要固定ip的问题
ip白名单也是添加过了
![李钊](http://img-cdn-tc.dcloud.net.cn/uploads/avatar/000/44/58/93_avatar_mid.jpg?v=0)
- 发布:2023-12-15 13:55
- 更新:2023-12-18 14:52
- 阅读:445
产品分类: uniCloud/App
操作步骤:
预期结果:
返回正常的结果
返回正常的结果
实际结果:
Error: I/O error on POST request for "https://api.mch.weixin.qq.com/v3/transfer/batches": cannot retry due to server authentication, in streaming mode; nested exception is java.net.HttpRetryException: cannot retry due to server authentication, in streaming mode
Error: I/O error on POST request for "https://api.mch.weixin.qq.com/v3/transfer/batches": cannot retry due to server authentication, in streaming mode; nested exception is java.net.HttpRetryException: cannot retry due to server authentication, in streaming mode
bug描述:
uniCloud.httpProxyForEip.postJson在商家转账到零钱时阿里云需要固定ip通过这发送请求报错
![](http://img-cdn-tc.dcloud.net.cn/uploads/questions/20231215/9333567d70db97b15b9d8eb7d56455ec.png)