liujie
8 小时以前 281c6016ab0ea5b2eeecb9167d9ee690b6fdac1f
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;
}