Browse Source

add log

formao-live
zhengfangyuan 2 years ago
parent
commit
e3ddc82a26
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      weixin-java-pay/src/main/java/com/github/binarywang/wxpay/v3/SignatureExec.java

+ 2
- 0
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/v3/SignatureExec.java View File

@@ -71,6 +71,8 @@ public class SignatureExec implements ClientExecChain {
// 添加认证信息
request.addHeader("Authorization",
credentials.getSchema() + " " + credentials.getToken(request));
System.out.println("Authorization :"+credentials.getSchema() + " " + credentials.getToken(request));

// 执行
CloseableHttpResponse response = mainExec.execute(route, request, context, execAware);


Loading…
Cancel
Save