wechatpay-apiv3 / wechatpay-java

微信支付 APIv3 的官方 Java Library
Apache License 2.0
870 stars 195 forks source link

Fix empty post and keepaliveduration #187

Closed xy-peng closed 1 year ago

xy-peng commented 1 year ago
  1. 修复 POST + 空 body 的失败。
  2. 设置 DefaultHttpClient 的 keep-alive duration 为7秒,减少空闲时的重连。因为微信支付服务器 Keep-Alive 时长设置是8s。
  3. 将 gradle 升级至 8.1.1
sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication