liujie
6 天以前 dd2a17ce4ebdfcaecc971f17c0f4d648ec5c2095
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;
}