|
@@ -83,7 +83,7 @@ public class WxMpConfiguration {
|
|
|
|
|
|
WxMpService service = new WxMpServiceImpl();
|
|
|
service.setMultiConfigStorages(configs
|
|
|
- .stream().map(a -> {
|
|
|
+ .stream().map(a -> {
|
|
|
WxMpDefaultConfigImpl configStorage = new WxMpDefaultConfigImpl();
|
|
|
configStorage.setAppId(a.getAppId());
|
|
|
configStorage.setSecret(a.getSecret());
|