查询对应账号中所有@的sessionId
Future<List<String>> queryAllAitSession(String accId) async { return _impl.queryAllAitSession(accId); }