多个提示页面增加请求ID、增加变量支持

This commit is contained in:
GoEdgeLab
2021-12-02 14:46:40 +08:00
parent e9133859be
commit c9408fcd97
5 changed files with 11 additions and 10 deletions

View File

@@ -15,5 +15,5 @@ func (this *HTTPRequest) doPlanExpires() {
this.processResponseHeaders(statusCode)
this.writer.WriteHeader(statusCode)
_, _ = this.writer.WriteString(serverconfigs.DefaultPlanExpireNoticePageBody)
_, _ = this.writer.WriteString(this.Format(serverconfigs.DefaultPlanExpireNoticePageBody))
}