|
|
@@ -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); |
|
|
|