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; }