2024-09-24 生产配置

This commit is contained in:
zhp
2024-09-25 23:28:27 +08:00
parent 1eb07eb5a6
commit 69cb25f052
7 changed files with 28 additions and 6 deletions

View File

@@ -33,5 +33,10 @@ public class RedisConstant {
/**
* H5申请幂等校验
*/
public final static String H5_APPLY_CHECK = CacheConstants.PROJET+"H5:apply:check";
public final static String H5_APPLY_CHECK = CacheConstants.PROJET+"H5:apply:check:";
/**
* 撞库幂等校验
*/
public final static String HIT_CHECK_CACHE = CacheConstants.PROJET+"hit:check:cache:";
}

View File

@@ -334,7 +334,7 @@ public class SecureUtils {
" \"orderStatus\":\"2\"\n" +
"}";
System.out.println(AesEncode(s3,"LwLjtU1Bt8dcxxjY"));
System.out.println(AesEncode(s1,"g5N8XTYaOEwEmBgg"));
}
/**
* 解密