|
@@ -94,6 +94,7 @@ public class FeatureService {
|
|
|
public Feature invokeFeatureService(List<FeatureKeyProto> protos) {
|
|
|
|
|
|
Map<String, String> featureMap = remoteService.getFeature(protos);
|
|
|
+ log.info("featureMap={}", featureMap);
|
|
|
featureMap = this.featureStrCover(featureMap);
|
|
|
|
|
|
Feature feature = new Feature();
|