xuhy
2023-04-07 7454b6532cd2a5c68235a45f1cc540e25f1ffaf4
driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/warpper/ResponseWarpper.java
@@ -46,4 +46,9 @@
    public static <T> ResponseWarpper<T> success(ResultUtil<T> resultUtil) {
        return new ResponseWarpper(200, "success", resultUtil);
    }
    public static <T> ResponseWarpper<T> tokenErr() {
        return new ResponseWarpper(600, "token无效");
    }
}