+
+ {{ currentRow.logId }}
+ {{ currentRow.traceId }}
+
+ 出站
+ 入站
+
+ {{ currentRow.systemFlag }}
+ {{ currentRow.bizCode }}
+ {{ currentRow.bizDesc }}
+ {{ currentRow.apiUrl }}
+ {{ currentRow.requestMethod }}
+ {{ currentRow.requestIp }}
+
+ SUCCESS
+ FAIL
+
+ {{ currentRow.responseStatus }}
+ {{ currentRow.costTime }}ms
+ {{ parseTime(currentRow.createTime) }}
+
+ {{ currentRow.errorMsg }}
+
+
+
+
请求头
+
{{ formatJson(currentRow.requestHeaders) }}
+
+
请求参数
+
{{ formatJson(currentRow.requestParams) }}
+
+
响应结果
+
{{ formatJson(currentRow.responseBody) }}
+
+