update m2pool 新增注销账号功能
This commit is contained in:
@@ -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("系统异常,请稍后再试!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user