From d3f9b053356cfbd0bf8b079c2b0b1860f2e421c5 Mon Sep 17 00:00:00 2001 From: wantoper <305986045@qq.com> Date: Sat, 24 May 2025 17:24:43 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=B0=83=E6=95=B4=E3=80=91=E5=AE=9D?= =?UTF-8?q?=E5=A1=94=E7=BD=91=E9=9D=A2=E6=9D=BFAPI=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/internal/cert/deploy/btpanel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/internal/cert/deploy/btpanel.go b/backend/internal/cert/deploy/btpanel.go index 5e855e2..c7c3012 100644 --- a/backend/internal/cert/deploy/btpanel.go +++ b/backend/internal/cert/deploy/btpanel.go @@ -224,7 +224,7 @@ func DeployBtDockerSite(cfg map[string]any) error { func BtPanelAPITest(providerID string) error { data := url.Values{} - _, err := RequestBt(&data, "POST", providerID, "mod/push/task/get_task_list") + _, err := RequestBt(&data, "POST", providerID, "system?action=GetNetWork") if err != nil { return fmt.Errorf("测试请求失败: %v", err) }