浏览代码

角色名修正

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端用户角色
      * C端用户角色
      */
      */
-    String ROLE_CLIENT = "iot_client_user";
+    String ROLE_CLIENT = "iot_client";
 
 
     /**
     /**
      * C端用户默认密码
      * C端用户默认密码