|
|
@@ -79,7 +79,7 @@ public class TtPayCredentials implements Credentials { |
|
|
|
|
|
|
|
|
String body = ""; |
|
|
String body = ""; |
|
|
// PATCH,POST,PUT |
|
|
// PATCH,POST,PUT |
|
|
body = EntityUtils.toString(((HttpEntityEnclosingRequest) request).getEntity()); |
|
|
|
|
|
|
|
|
body = EntityUtils.toString(((HttpEntityEnclosingRequest) request).getEntity(),StandardCharsets.UTF_8); |
|
|
|
|
|
|
|
|
return request.getRequestLine().getMethod() + "\n" |
|
|
return request.getRequestLine().getMethod() + "\n" |
|
|
+ canonicalUrl + "\n" |
|
|
+ canonicalUrl + "\n" |
|
|
|