docs: 更新部署检查清单 - 添加用户协议检查项
This commit is contained in:
parent
8f31591a92
commit
7b38db1b6a
|
|
@ -58,3 +58,15 @@ curl -X POST http://localhost:3000/api/auth/send-verification-code \
|
|||
| 验证码失败 | 检查SMS_*配置是否完整 |
|
||||
| 导入错误 | 使用python3.11启动 |
|
||||
| 404错误 | 重启后端服务 |
|
||||
|
||||
### 7. 用户协议页面检查
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
确认返回HTML内容
|
||||
|
||||
### 8. 前端静态文件检查
|
||||
|
||||
确认用户协议文件存在
|
||||
|
|
|
|||
Loading…
Reference in New Issue