|
const result = await this.esService.getCS(keyword, source, source_id);
|
|
const result = await this.esService.getCS(keyword, source, source_id);
|
|
if (!result) throw new ServiceError(ErrorCode.CONTACTAPPLY_MATCHING_NOT_ENOUGH); // 抛出异常,无匹配度到4星,无法进行预约
|
|
if (!result) throw new ServiceError(ErrorCode.CONTACTAPPLY_MATCHING_NOT_ENOUGH); // 抛出异常,无匹配度到4星,无法进行预约
|