test(user): cover user management workflows (#664)

This commit is contained in:
InfinityPacer
2026-08-11 15:29:48 +08:00
committed by GitHub
parent 6e76de293f
commit 3631cd1f22
12 changed files with 946 additions and 29 deletions
+2 -2
View File
@@ -1327,8 +1327,8 @@ export interface User {
id: number
// 用户名称
name: string
// 用户密码
password: string
// 用户密码仅用于写入,查询响应不返回该字段
password?: string
// 用户邮箱
email: string
// 是否激活