Update planner, check-in records, location service and tests
AI Code Review / review (pull_request) Successful in 6m54s

This commit is contained in:
周瑞哲
2026-07-31 15:12:21 +08:00
parent 73664ca974
commit c0ed0048aa
11 changed files with 174 additions and 53 deletions
+7
View File
@@ -294,6 +294,13 @@ function selectQuickPois(
cursor = next
}
if (selected.length === 0 && remaining.length > 0) {
throw new TravelValidationError(
'当前起点、交通方式与所选时长无法容纳首个点位',
'quick_route_unreachable',
)
}
return selected
}