fix(api): type avatar upload response data

This commit is contained in:
jxxghp
2026-08-06 23:36:34 +08:00
parent fc6313b79e
commit 21b485ca84
+5
View File
@@ -1084,6 +1084,11 @@ export interface User {
nickname?: string
}
// 头像上传响应数据
export interface AvatarUploadData {
filename: string
}
// 通行密钥
export interface PassKey {
id: number