mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-20 18:47:38 +08:00
🎨 格式化部分代码
This commit is contained in:
@@ -291,12 +291,12 @@ public class WxMaServiceImpl implements WxMaService, RequestHttp<CloseableHttpCl
|
||||
Lock lock = this.getWxMaConfig().getAccessTokenLock();
|
||||
lock.lock();
|
||||
try {
|
||||
if(StringUtils.equals(this.getWxMaConfig().getAccessToken(), accessToken)){
|
||||
if (StringUtils.equals(this.getWxMaConfig().getAccessToken(), accessToken)) {
|
||||
this.getWxMaConfig().expireAccessToken();
|
||||
}
|
||||
} catch (Exception ex){
|
||||
} catch (Exception ex) {
|
||||
this.getWxMaConfig().expireAccessToken();
|
||||
}finally {
|
||||
} finally {
|
||||
lock.unlock();
|
||||
}
|
||||
if (this.getWxMaConfig().autoRefreshToken()) {
|
||||
|
Reference in New Issue
Block a user