feat(DOC): 完整地审查了代码,更完整的注释说明
- 无代码修改
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user