liujie
3 天以前 14c10d5021513463109aa800aeb3e8dbf479b05c
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;
}