mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
【调整】调整某些供应商的网站列表返回参数
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user