|
@ -127,9 +127,9 @@ public class LogEndPoint {
|
|
|
for (Map.Entry<String, Object> one : value.entrySet()) {
|
|
|
if (one.getKey().contains("header")) {
|
|
|
headerJO.put(one.getKey(), one.getValue());
|
|
|
} else if (one.getKey().contains("requestparams")) {
|
|
|
} else if (one.getKey().contains("requestParams")) {
|
|
|
requestJO.put(one.getKey(), one.getValue());
|
|
|
} else if (one.getKey().contains("responseparams")) {
|
|
|
} else if (one.getKey().contains("responseParams")) {
|
|
|
responseJO.put(one.getKey(), one.getValue());
|
|
|
}
|
|
|
}
|