mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-26 12:49:28 +08:00
added: 学员登录api
This commit is contained in:
@@ -8,7 +8,8 @@ public class SystemConstant {
|
||||
|
||||
public final static String REDIS_PREFIX = "playedu:";
|
||||
|
||||
public final static String JWT_PRV_ADMIN_USER = "dc14511e97e7eb725fb2976bc939b375";
|
||||
public final static String JWT_PRV_ADMIN_USER = "dc14511e97e7eb725fb2976bc939b375";//AdminUser的md5加密
|
||||
public final static String JWT_PRV_USER = "8f9bfe9d1345237cb3b2b205864da075";//User的md5加密
|
||||
|
||||
public final static String INTERNAL_IP = "127.0.0.1";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user