Commit 88c275cb authored by jiaorz's avatar jiaorz

支付宝转账

parent 57b52486
......@@ -388,9 +388,9 @@ public class OrderPayBiz extends BaseBiz<OrderPayMapper, OrderPay> {
" }");
AlipayFundTransToaccountTransferResponse response = alipayClient.execute(request);
if(response.isSuccess()){
log.info("调用成功");
log.info("转账调用成功");
} else {
log.info("调用失败");
log.info("转账调用失败");
}
}
......
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