Commit 8ebf94df by fanjiaxin

联调问题处理

parent 83876013
Pipeline #71591 passed with stages
in 1 minute 0 seconds
......@@ -36,7 +36,7 @@ public interface CoreConstant {
/**
* Redis微信认证Token锁时间,秒
*/
int REDIS_TOKEN_WECHAT_LOCK_TIME = 10;
int REDIS_TOKEN_WECHAT_LOCK_TIME = 5;
/**
* Redis微信小店认证Token
......@@ -53,5 +53,5 @@ public interface CoreConstant {
/**
* Redis微信小店认证Token锁时间,秒
*/
int REDIS_TOKEN_WECHAT_SHOP_LOCK_TIME = 10;
int REDIS_TOKEN_WECHAT_SHOP_LOCK_TIME = 5;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment