|
|
|
@ -63,7 +63,7 @@ public class LocalServerLoginAccountsInterceptor extends HandlerInterceptorAdapt
|
|
|
|
|
HttpResponse execute = urlRequest.form(params).execute(); |
|
|
|
|
String body = execute.body(); |
|
|
|
|
data = JSONObject.parseObject(body); |
|
|
|
|
bladeRedis.setEx(CacheNames.LOCAL_SERVER_USER+account,data,20L); |
|
|
|
|
bladeRedis.setEx(CacheNames.LOCAL_SERVER_USER+account,data,3200L); |
|
|
|
|
redisLockClient.unLock("local_server_user", LockType.FAIR); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|