mirror of https://github.com/jeecgboot/jeecg-boot
Merge branch 'feature/invoicesCRUD' of github.com:LQYBill/wia_app into feature/invoicesCRUD
commit
7e0a86623c
|
@ -47,7 +47,7 @@ public abstract class Request {
|
|||
headers.add(HttpHeaders.CONTENT_TYPE, "application/json");
|
||||
|
||||
String bodyString = generateJsonBodyString(body);
|
||||
System.out.println("JSON SENT : " + bodyString);
|
||||
log.info("JSON SENT : " + bodyString);
|
||||
String signature = authorization(bodyString);
|
||||
headers.add("Authorization", signature);
|
||||
while (attempts++ < 5){
|
||||
|
|
Loading…
Reference in New Issue