Commit d6bd9dfe authored by shangying's avatar shangying

云信也走api

parent b725413a
......@@ -270,6 +270,7 @@ public class LoanOperationServiceImpl implements LoanOperationService{
Map<String, String> header =new HashMap<String, String>();
header.put("Content-Type", "application/x-www-form-urlencoded");
log.info("查看放款请求参数paras={},header={}", paras,header);
JSONObject result= HttpRequest.doPostReturnResponseJson(url, paras, header);
log.info("查看放款结果={}",result);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment