角色名修正

V0.5.x
xiwa 2022-06-06 16:41:38 +08:00
parent 7b7749810f
commit 7bcab6a319
1 changed files with 2 additions and 2 deletions

View File

@ -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