出差单获取发送OA
This commit is contained in:
parent
bddab72790
commit
ad0e66d7b0
|
@ -457,6 +457,7 @@ public class BusinessServiceImpl extends BaseService<BusinessEntity, String> imp
|
||||||
}
|
}
|
||||||
|
|
||||||
private String sendPost(String url, Map<String, String> headers, String bodys) {
|
private String sendPost(String url, Map<String, String> headers, String bodys) {
|
||||||
|
logger.info("url:"+url+"。bodys:"+bodys);
|
||||||
|
|
||||||
SSLContext sslContext = null;
|
SSLContext sslContext = null;
|
||||||
try {
|
try {
|
||||||
|
@ -508,6 +509,7 @@ public class BusinessServiceImpl extends BaseService<BusinessEntity, String> imp
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
logger.info("url:"+url+"。bodys:"+bodys+"。body"+body);
|
||||||
|
|
||||||
return body.toString();
|
return body.toString();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue