|
@@ -51,7 +51,8 @@ public class BaseAliPayAdapterService { |
|
|
|
|
|
|
|
|
request.setBizContent(bizContent.toString()); |
|
|
request.setBizContent(bizContent.toString()); |
|
|
try{ |
|
|
try{ |
|
|
AlipayTradeQueryResponse response = alipayClient.execute(request); |
|
|
|
|
|
|
|
|
//AlipayTradeQueryResponse response = alipayClient.execute(request); |
|
|
|
|
|
AlipayTradeQueryResponse response = alipayClient.certificateExecute(request); |
|
|
log.info("ali查询支付宝返回{}"+JSON.toJSONString(response)); |
|
|
log.info("ali查询支付宝返回{}"+JSON.toJSONString(response)); |
|
|
if(response.isSuccess()){ |
|
|
if(response.isSuccess()){ |
|
|
if("10000".equals(response.getCode())){ |
|
|
if("10000".equals(response.getCode())){ |
|
|