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, "不支持的提供商")