This commit is contained in:
dap
2024-10-05 23:43:39 +08:00
14 changed files with 70 additions and 33 deletions

View File

@@ -3,8 +3,8 @@ import { baseRequestClient, requestClient } from '#/api/request';
export namespace AuthApi {
/** 登录接口参数 */
export interface LoginParams {
password: string;
username: string;
password?: string;
username?: string;
}
/** 登录接口返回值 */