fix(types): 在 OpsErrorLog 类型中添加 user_email 字段
- 修复 TypeScript 编译错误 - 添加 user_email 字段到 OpsErrorLog 接口
This commit is contained in:
@@ -819,6 +819,7 @@ export interface OpsErrorLog {
|
||||
message: string
|
||||
|
||||
user_id?: number | null
|
||||
user_email: string
|
||||
api_key_id?: number | null
|
||||
account_id?: number | null
|
||||
account_name: string
|
||||
|
||||
Reference in New Issue
Block a user