nickchange
2023-10-18 f9428b9bf58824e408d4c8fbeb253ba6cc4d4f5d
cloud-server-account/src/main/java/com/dsh/account/util/ResultUtil.java
@@ -86,6 +86,9 @@
    public static <T> ResultUtil <T> error(String mag, T obj){
        return ResultUtil.getResult(ResultUtil.ERROR, mag, obj);
    }
    public static <T> ResultUtil <T> errorCode(String mag, T obj){
        return ResultUtil.getResult(501, mag, obj);
    }
    /**
     * token失效