|
|
|
@@ -51,6 +51,7 @@ public class JianHangMaServiceImpl extends PayBillBaseService implements PayBill |
|
|
|
return null; |
|
|
|
} |
|
|
|
String full_url = url + "&"+request.toMacString()+"&MAC="+request.getMAC(); |
|
|
|
log.debug("full_url:"+full_url); |
|
|
|
String response = HttpUtil.doPost(full_url, null); |
|
|
|
log.debug("url:"+full_url+">>>>reponse:"+response); |
|
|
|
if (StringUtils.isBlank(response)) { |
|
|
|
|