소스 검색

角色名修正

xiwa 3 년 전
부모
커밋
7bcab6a319
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      common/src/main/java/cc/iotkit/common/Constants.java

+ 2 - 2
common/src/main/java/cc/iotkit/common/Constants.java

@@ -43,12 +43,12 @@ public interface Constants {
     /**
      * 管理系统用户角色
      */
-    String ROLE_SYSTEM = "iot_system_user";
+    String ROLE_SYSTEM = "iot_system";
 
     /**
      * C端用户角色
      */
-    String ROLE_CLIENT = "iot_client_user";
+    String ROLE_CLIENT = "iot_client";
 
     /**
      * C端用户默认密码