From 71de397e1172f4ff7b2640d576454ff959dd9a8a Mon Sep 17 00:00:00 2001 From: wantoper <305986045@qq.com> Date: Fri, 23 May 2025 14:15:40 +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=E7=AB=99=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/api/access.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/api/access.go b/backend/app/api/access.go index 12bb729..2b9472e 100644 --- a/backend/app/api/access.go +++ b/backend/app/api/access.go @@ -356,7 +356,7 @@ func GetSiteList(c *gin.Context) { var siteList []any switch form.Type { - case "btpanel": + case "btpanel-site": siteList, err = deploy.BtPanelSiteList(form.ID) default: public.FailMsg(c, "不支持的提供商")