feat(DOC): 完整地审查了代码,更完整的注释说明

- 无代码修改
This commit is contained in:
tobegold574
2025-11-23 22:26:39 +08:00
parent 4e741a0523
commit c5853847ae
27 changed files with 119 additions and 110 deletions

View File

@@ -33,16 +33,17 @@ export interface ChangePasswordRequest { // 暂时用不到
newPassword: string;
}
export interface RefreshTokenRequest {
sessionId: string;
}
// 目前只用得到session
// export interface RefreshTokenRequest {
// sessionId: string;
// }
export interface RefreshTokenResponse {
sessionId: string;
}
// export interface RefreshTokenResponse {
// sessionId: string;
// }
// 用户通知
export interface UserNotification { // 暂时用不到
// 用户通知(暂时用不到)
export interface UserNotification {
id: string;
userId: string;
type: NotificationType;