export interface AccountDetail { ownerUin: string; uin: string; appId: string; account: string; userType: string; type: string; area: string; tel: string; }