应用SDK接口集成完成

This commit is contained in:
lqyan
2024-02-04 16:58:28 +08:00
parent fe8fb7f2ec
commit fd05af58e6
11 changed files with 698 additions and 55 deletions

View File

@@ -32,4 +32,9 @@ public class CommonConstant {
* 获取token时AES加密的默认key
*/
public static final String DEFAULT_AES_KEY = "jin5no@aqec8gtw6";
/**
* 字符逗号
*/
public static final String NORMAL_CHARACTER_COMMA = ",";
}