| @@ -51,9 +51,9 @@ public class JianHangMaServiceImpl extends PayBillBaseService implements PayBill | |||||
| return null; | return null; | ||||
| } | } | ||||
| String full_url = url + "&"+request.toMacString()+"&MAC="+request.getMAC(); | String full_url = url + "&"+request.toMacString()+"&MAC="+request.getMAC(); | ||||
| log.debug("full_url:"+full_url); | |||||
| log.info("full_url:"+full_url); | |||||
| String response = HttpUtil.doPost(full_url, null); | String response = HttpUtil.doPost(full_url, null); | ||||
| log.debug("url:"+full_url+">>>>reponse:"+response); | |||||
| log.info("url:"+full_url+">>>>reponse:"+response); | |||||
| if (StringUtils.isBlank(response)) { | if (StringUtils.isBlank(response)) { | ||||
| return null; | return null; | ||||
| } | } | ||||
| @@ -61,7 +61,7 @@ public class JianHangMaServiceImpl extends PayBillBaseService implements PayBill | |||||
| if ("true".equals(rb.getString("SUCCESS"))) { | if ("true".equals(rb.getString("SUCCESS"))) { | ||||
| String payurl = rb.getString("PAYURL"); | String payurl = rb.getString("PAYURL"); | ||||
| String qrresponse = HttpUtil.doPost(payurl, null); | String qrresponse = HttpUtil.doPost(payurl, null); | ||||
| log.debug("url:"+payurl+">>>>qrreponse:"+qrresponse); | |||||
| log.info("url:"+payurl+">>>>qrreponse:"+qrresponse); | |||||
| if (StringUtils.isBlank(qrresponse)) { | if (StringUtils.isBlank(qrresponse)) { | ||||
| return null; | return null; | ||||
| } | } | ||||