docs: 更新核心文档和前端代码中的后端目录引用为 server

This commit is contained in:
2026-06-27 17:26:50 +08:00
parent 8f51701f54
commit 5586dc5eac
8 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
* 认证相关类型定义
*/
// 登录请求(对齐 backend-single:手机号 + 短信验证码)
// 登录请求(对齐 server:手机号 + 短信验证码)
export interface LoginRequest {
/** 手机号 */
phone: string