设备心跳调整 app新增增设备时绑定联网设备
This commit is contained in:
@@ -60,7 +60,7 @@ public class OssFactory {
|
||||
client = CLIENT_CACHE.get(key);
|
||||
if (client == null || !client.checkPropertiesSame(properties)) {
|
||||
CLIENT_CACHE.put(key, new OssClient(configKey, properties));
|
||||
log.info("创建OSS实例 key => {}", configKey);
|
||||
log.info("创建OSS实例 配置键 => {}", configKey);
|
||||
return CLIENT_CACHE.get(key);
|
||||
}
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user