🔨 修改路由配置.

This commit is contained in:
lijiahangmax
2024-12-11 22:47:56 +08:00
parent 32e4859ba7
commit f52a81f9d0
35 changed files with 552 additions and 225 deletions

View File

@@ -9,6 +9,7 @@ import axios from 'axios';
export interface UserUpdatePasswordRequest {
beforePassword?: string;
password?: string;
checkPassword?: string;
}
/**