微信网页登录

This commit is contained in:
starrySky
2024-04-09 10:17:49 +08:00
parent b2f6921ef1
commit e8b6c8e0aa
128 changed files with 2861 additions and 4243 deletions

View File

@@ -51,8 +51,22 @@ public class Constants {
*/
public static final String LOGIN_FAIL = "Error";
/**
* 令牌前缀
*/
public static final String TOKEN_PREFIX = "Bearer ";
public static final String CLERK_USER_LOGIN_TOKEN = "clerkusertoken";
public static final String CUSTOM_USER_LOGIN_TOKEN = "customusertoken";
/**
* 令牌前缀
*/
public static final String LOGIN_USER_KEY = "login_user_key";
public static final String LOGIN_USER_KEY_MINI = "login_user_key_mini";
public static final String LOGIN_USER_KEY_COSER = "login_user_key_coser";
}