域名服务增加访问日志

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

@@ -23,7 +23,7 @@ func (this *ViewPopupAction) RunGet(params struct {
this.ErrorPage(err)
return
}
accessLog := accessLogResp.AccessLog
accessLog := accessLogResp.HttpAccessLog
if accessLog == nil {
this.WriteString("not found: " + params.RequestId)
return