mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-02 01:40:25 +08:00
域名服务增加访问日志
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user