interface AtUserInfo { atUserID:string; // at 成员的 ID groupNickname:string; // at 成员的昵称 } export default AtUserInfo;