liujie
2025-06-03 ced35443353a013091a70a240c846e4344fec19d
ruoyi-common/src/main/java/com/ruoyi/common/constant/HttpStatus.java
@@ -91,4 +91,10 @@
     * 系统警告消息
     */
    public static final int WARN = 601;
    /**
     * 系统内部错误 需要绑定微信
     */
    public static final int NEED_OPENID = 602;
}