diff --git a/backend/services/deploy-mining.sh b/backend/services/deploy-mining.sh index 01622356..2b2e137e 100755 --- a/backend/services/deploy-mining.sh +++ b/backend/services/deploy-mining.sh @@ -1110,7 +1110,7 @@ full_reset() { local max_wait=600 # 最多等待 10 分钟 local wait_count=0 local sync_completed=false - local cdc_sync_url="http://localhost:3020/health/cdc-sync" + local cdc_sync_url="http://localhost:3020/api/v2/health/cdc-sync" while [ "$wait_count" -lt "$max_wait" ] && [ "$sync_completed" = false ]; do # 调用 API 检查同步状态