通过用户的入群申请 仅管理员和群主有此权限
Future<NIMResult<void>> passApply(String teamId, String account) { return _platform.passApply(teamId, account); }