【调整】宝塔网面板API测试更换接口

pull/135/head
wantoper 2025-05-24 17:24:43 +08:00
parent 347f0446c0
commit d3f9b05335
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}