Commit 59d15d8b by jiang'yun

修改银行支付

parent 6abb51b1
......@@ -117,9 +117,11 @@ public class CCBPayController {
url += "&TRADE_TYPE="+TRADE_TYPE;
url += "&SUB_APPID="+SUB_APPID;
url += "&SUB_OPENID="+SUB_OPENID;
url += "&MAC="+macStrMd5;
CloseableHttpClient httpclient = HttpClients.createDefault();
//发起第一次支付请求,获取PAYURL
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