多个提示页面增加请求ID

This commit is contained in:
刘祥超
2021-12-02 14:44:56 +08:00
parent b90115ba2e
commit 9184986717
2 changed files with 5 additions and 3 deletions

View File

@@ -11,9 +11,9 @@ const DefaultPlanExpireNoticePageBody = `<!DOCTYPE html>
<title>套餐已过期</title>
<body>
<p>套餐已过期,请及时续费。</p>
<h1>套餐已过期,请及时续费。</h1>
<p>Your server plan has been expired, please renew the plan.</p>
<address>Request ID: ${requestId}.</address>
</body>
</html>`