forked from gzzfw/backEnd/gz-dyh

huangh
2024-10-28 1f5f3c84cb9b35d65caf576c0d46d26bda291875
dyh-service/dyh-base/src/main/java/cn/huge/base/common/utils/ReturnFailUtils.java
@@ -22,7 +22,7 @@
    /**
     * 请求成功默认代码
     */
    public static int CODE_FAIL = 0;
    public static int CODE_FAIL = -1;
    /**
     * 用户未登录、失效
     */