mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 11:51:55 +08:00
Merge branch 'master' into master_zhp
# Conflicts: # ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/MerchantServiceImpl.java
This commit is contained in:
@@ -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:";
|
||||
}
|
||||
|
||||
@@ -334,7 +334,7 @@ public class SecureUtils {
|
||||
" \"orderStatus\":\"2\"\n" +
|
||||
"}";
|
||||
|
||||
System.out.println(AesEncode(s3,"LwLjtU1Bt8dcxxjY"));
|
||||
System.out.println(AesEncode(s1,"g5N8XTYaOEwEmBgg"));
|
||||
}
|
||||
/**
|
||||
* 解密
|
||||
|
||||
Reference in New Issue
Block a user