服务授权状态枚举值修改
@@ -22,7 +22,7 @@ public enum ServiceAuthStatusEnum {
/**
* 权限超过有效期
*/
- OVER_DUE("过期","4");
+ OVER_DUE("过期","3");
private String label;