mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🎨 优化代码
This commit is contained in:
parent
c144eb78cb
commit
37063233fb
@ -529,6 +529,9 @@ public abstract class BaseWxMpServiceImpl<H, P> implements WxMpService, RequestH
|
||||
|
||||
@Override
|
||||
public void setMultiConfigStorages(Map<String, WxMpConfigStorage> configStorages) {
|
||||
if (configStorages.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
this.setMultiConfigStorages(configStorages, configStorages.keySet().iterator().next());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user