域名服务增加访问日志

This commit is contained in:
刘祥超
2021-06-02 11:53:08 +08:00
parent 201c3e2f97
commit b6fd9aeb14
25 changed files with 577 additions and 35 deletions

View File

@@ -57,7 +57,7 @@ func (this *IndexAction) RunPost(params struct {
}
ipList := []string{}
accessLogs := accessLogsResp.AccessLogs
accessLogs := accessLogsResp.HttpAccessLogs
if len(accessLogs) == 0 {
accessLogs = []*pb.HTTPAccessLog{}
} else {