Commit 93e1cd71 authored by 刘李鹏's avatar 刘李鹏

获取微信requestID

parent 11ab8724
...@@ -210,6 +210,8 @@ public class WeiXinMerchantAcquirer extends MerchantAcquirer { ...@@ -210,6 +210,8 @@ public class WeiXinMerchantAcquirer extends MerchantAcquirer {
} }
if (response.statusCode().value() >= 200 && response.statusCode().value() < 300) { if (response.statusCode().value() >= 200 && response.statusCode().value() < 300) {
//Request-ID
String requestId = response.headers().asHttpHeaders().getFirst("Request-ID");
//当前使用的微信平台证书序列号 //当前使用的微信平台证书序列号
String serial = response.headers().asHttpHeaders().getFirst("Wechatpay-Serial"); String serial = response.headers().asHttpHeaders().getFirst("Wechatpay-Serial");
//微信服务器的时间戳 //微信服务器的时间戳
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment