测试修改问题,国际化

This commit is contained in:
linxd
2025-07-01 17:02:11 +08:00
parent 4e972b1841
commit a774e03317
18 changed files with 688 additions and 222 deletions

View File

@ -8,7 +8,10 @@ declare namespace API {
// 用户相关接口类型定义
export interface UserListRequest {
basePageRequest: BasePageRequest;
basePageRequest: {
pageNumber: number;
pageSize: number;
};
keyword?: string;
[property: string]: any;
}