From 407d3391797023aa15c33d35711f5bae5ba8a4bd Mon Sep 17 00:00:00 2001 From: yan Date: Wed, 18 Feb 2026 21:39:03 +0800 Subject: [PATCH] =?UTF-8?q?fix(config):=20=E6=9B=B4=E6=96=B0=20BGI=20?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E6=8E=A8=E9=80=81=E5=9B=BD=E5=AE=B6=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=20API=20=E9=BB=98=E8=AE=A4=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改默认 API 地址从 /country/all 到 /country/json/all - 保持其他配置项不变 --- repo/js/AutoPlan/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo/js/AutoPlan/settings.json b/repo/js/AutoPlan/settings.json index 0d019cf85..34712f61e 100644 --- a/repo/js/AutoPlan/settings.json +++ b/repo/js/AutoPlan/settings.json @@ -55,7 +55,7 @@ "name": "bgi_tools_http_push_all_country_config", "type": "input-text", "label": "bgi_tools推送全部国家配置api(去看文档)", - "default": "http://127.0.0.1:8081/bgi/auto/plan/country/all" + "default": "http://127.0.0.1:8081/bgi/auto/plan/country/json/all" }, { "name": "bgi_tools_token",