Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
16a90f3d
Commit
16a90f3d
authored
Jan 15, 2026
by
IanShaw027
Browse files
fix(types): 在 OpsErrorLog 类型中添加 user_email 字段
- 修复 TypeScript 编译错误 - 添加 user_email 字段到 OpsErrorLog 接口
parent
8a0ff152
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/api/admin/ops.ts
View file @
16a90f3d
...
@@ -819,6 +819,7 @@ export interface OpsErrorLog {
...
@@ -819,6 +819,7 @@ export interface OpsErrorLog {
message
:
string
message
:
string
user_id
?:
number
|
null
user_id
?:
number
|
null
user_email
:
string
api_key_id
?:
number
|
null
api_key_id
?:
number
|
null
account_id
?:
number
|
null
account_id
?:
number
|
null
account_name
:
string
account_name
:
string
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment