Add:appId

This commit is contained in:
陈宁 2023-04-18 18:18:06 +08:00
parent 0ce7835543
commit 2e1064b45d

View File

@ -2,7 +2,8 @@ package cn.axzo.framework.auth.constants;
public class AuthConstants { public class AuthConstants {
private AuthConstants(){} private AuthConstants(){}
public static final String ENV_DEV="dev"; public static final String ENV_DEV = "dev";
public static final String App_APPID = "appid";
/** /**
* @deprecated 之前传projectId以后废弃 * @deprecated 之前传projectId以后废弃