Administrator
2025-05-15 4cd75f8e1b3cf2d689035650d209e201fcb8b4de
src/main/java/com/zy/asrs/task/core/ReturnT.java
@@ -27,7 +27,7 @@
        this.content = content;
    }
    public boolean isSuccess(){
    public boolean isSuccess() {
        return this.code == 200;
    }