getUuid static method
获取uuid 基于uuid v1 + uuid v4 内容通过 getUuidV5 生成的uuid 例如:c4a760a8-dbcf-5254-a0d9-6a4474bd1b62
Implementation
static String getUuid(){
return getUuidV5(getUuidV1() + getUuidV4());
}
获取uuid 基于uuid v1 + uuid v4 内容通过 getUuidV5 生成的uuid 例如:c4a760a8-dbcf-5254-a0d9-6a4474bd1b62
static String getUuid(){
return getUuidV5(getUuidV1() + getUuidV4());
}