Commit da067a6b by jiang'yun

修改银行支付

parent 59d15d8b
...@@ -121,7 +121,6 @@ public class CCBPayController { ...@@ -121,7 +121,6 @@ public class CCBPayController {
url += "&MAC="+macStrMd5; url += "&MAC="+macStrMd5;
CloseableHttpClient httpclient = HttpClients.createDefault(); CloseableHttpClient httpclient = HttpClients.createDefault();
//发起第一次支付请求,获取PAYURL //发起第一次支付请求,获取PAYURL
HttpPost httppost = new HttpPost(url); HttpPost httppost = new HttpPost(url);
......
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