|
|
@@ -1,5 +1,6 @@ |
|
|
|
package com.iformall.service.pay.service.pay.ali.page; |
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSON; |
|
|
|
import com.alibaba.fastjson.JSONObject; |
|
|
|
import com.alipay.api.AlipayApiException; |
|
|
|
import com.alipay.api.AlipayClient; |
|
|
@@ -71,6 +72,7 @@ public class AliPagePayAdapterService extends BaseAliPayAdapterService implement |
|
|
|
request.setBizContent(bizContent.toString()); |
|
|
|
try{ |
|
|
|
AlipayTradePagePayResponse response = alipayClient.pageExecute(request); |
|
|
|
log.info("创建支付返回{}"+ JSON.toJSONString(response)); |
|
|
|
PayAdapterResult par = new PayAdapterResult(); |
|
|
|
if(response.isSuccess()){ |
|
|
|
if("10000".equals(response.getCode())){ |
|
|
|