feat: 调用日志列表新增调用用户列

This commit is contained in:
2026-05-25 22:38:54 +08:00
parent d2e449ec4c
commit 436145a5c8
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -247,6 +247,7 @@ export interface AiCallLog {
providerCode?: string
endpointCode?: string
userId?: string
userName?: string
requestId?: string
status?: string
inputText?: string