0元付款 报错问题

This commit is contained in:
2025-03-19 17:38:59 +08:00
parent df1d20b7c3
commit 5a51c83f99
2 changed files with 4 additions and 1 deletions

View File

@@ -13,4 +13,7 @@ public class PaySuccessException extends RuntimeException {
@Serial
private static final long serialVersionUID = 1L;
public PaySuccessException(String message) {
super(message);
}
}