mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
refactore get user on chat
This commit is contained in:
@@ -11,11 +11,16 @@ export interface UserContacts {
|
||||
wxeMail: string | null;
|
||||
userPhoto: string | null;
|
||||
}
|
||||
|
||||
export interface UserListResult {
|
||||
total: 192,
|
||||
result: UserContacts[]
|
||||
}
|
||||
|
||||
export interface UserList {
|
||||
success: boolean;
|
||||
message: string;
|
||||
data: UserContacts[];
|
||||
data: UserListResult;
|
||||
}
|
||||
|
||||
@Injectable({
|
||||
|
||||
Reference in New Issue
Block a user