This commit is contained in:
张良(004796)
2024-05-08 13:21:26 +08:00
parent 052d47b79e
commit 454a0df288
2 changed files with 3 additions and 3 deletions

View File

@@ -191,7 +191,7 @@ public class PayController {
return "failure";
}
} catch (AlipayApiException e) {
e.printStackTrace();
log.error("支付宝回调失败!",e);
return "failure";
}
}