feat(header): modify_password

This commit is contained in:
zhangheng
2026-05-25 13:42:38 +08:00
parent 5c81a990a6
commit 8e75a1629f
3 changed files with 147 additions and 10 deletions

View File

@@ -41,6 +41,11 @@ export namespace User {
work_status?: number
}
export interface ModifyPasswordProps {
new_password: string
old_password: string
}
export interface UpdateGroupProps {
user_id: number
group_uuid: string