update m2pool 新增注销账号功能

This commit is contained in:
yyb
2026-01-04 11:55:23 +08:00
parent c791d4fc17
commit 5bd7f61c55

View File

@@ -59,6 +59,6 @@ public class GlobalExceptionHandler {
*/ */
@ExceptionHandler(Exception.class) @ExceptionHandler(Exception.class)
public Result<String> handleException(Exception e) { public Result<String> handleException(Exception e) {
return Result.fail("系统异常,请稍后再试: " + e.getMessage()); return Result.fail("系统异常,请稍后再试!");
} }
} }