feat: support provide people cover when register

This commit is contained in:
2025-10-31 00:30:11 +08:00
parent f00ec0588c
commit ae617114e0
3 changed files with 17 additions and 6 deletions

View File

@@ -45,12 +45,13 @@ export interface GetPeoplesParams {
export interface People {
id?: string;
name?: string;
contact?: string;
gender?: string;
age?: number;
height?: number;
marital_status?: string;
contact?: string;
[key: string]: any;
cover?: string;
}
// 分页响应类型