fix: 修复已邀请用户列表无法显示的问题

This commit is contained in:
sar
2026-01-14 10:34:18 +08:00
parent d566e1c57b
commit a0a7640e8a
4 changed files with 13 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ export interface Invitation {
export interface InvitationsResponse {
success: boolean
invitations?: Invitation[]
data?: Invitation[]
message?: string
}