【调整】调整某些供应商的网站列表返回参数

pull/193/head
wantoper 2025-05-30 12:10:31 +08:00
parent 414321e3cf
commit d7d18c5157
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@ import (
"ALLinSSL/backend/internal/access"
"ALLinSSL/backend/internal/cert/deploy"
"ALLinSSL/backend/public"
"fmt"
"github.com/gin-gonic/gin"
"strings"
)
@ -366,7 +365,7 @@ func GetSiteList(c *gin.Context) {
}
if err != nil {
public.FailMsg(c, fmt.Sprintf("获取网站列表失败%v", err))
public.SuccessData(c, siteList, len(siteList))
return
}