|
@@ -260,6 +260,8 @@ func (s *wafLogDataCleanService) processArrayBackends(backendResult gjson.Result
|
|
|
backend.CustomHost = customHost
|
|
|
result.CustomHostList = append(result.CustomHostList, customHost)
|
|
|
result.CustomHost = append(result.CustomHost, customHost)
|
|
|
+ }else {
|
|
|
+ result.CustomHost = append(result.CustomHost, " ")
|
|
|
}
|
|
|
|
|
|
// 只有当有有效数据时才添加到BackendList
|