Merge #116 into master from cc_20260226_fix
fix:私域二维码门店绑定关系缓存改为7天 * cc_20260226_fix: (5 commits squashed) - fix:建店资料查询收款银行信息区分品牌 - fix:sql缺失 - Merge branch 'master' into cc_20260226_fix - fix:bug修复 - fix:私域二维码门店绑定关系缓存改为7天 Signed-off-by: 王非凡 <accounts_67eba0c5fee9c49c80c8e2b4@mail.teambition.com> Merged-by: 正新 <accounts_6964c7bcd2a2c377c5bbd01b@mail.teambition.com> CR-link: https://codeup.aliyun.com/692ea314dec569489f6f167c/hangzhou/java/custom_zxjp/change/116
This commit is contained in:
@@ -44,7 +44,7 @@ public class PrivateSphereQrServiceImpl implements PrivateSphereQrService {
|
|||||||
/**
|
/**
|
||||||
* sn缓存时间
|
* sn缓存时间
|
||||||
*/
|
*/
|
||||||
private static final int SN_CACHE_TIME = 86400;
|
private static final int SN_CACHE_TIME = 86400 * 7;
|
||||||
/**
|
/**
|
||||||
* IP限制时间(1小时)
|
* IP限制时间(1小时)
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user