From 6188b4f060201c3010ca288847710270159b9d21 Mon Sep 17 00:00:00 2001 From: yaoyao Date: Sat, 26 Dec 2020 10:52:34 +0800 Subject: [PATCH] Add GONGAN BEIAN to site.go --- routers/controllers/site.go | 1 + 1 file changed, 1 insertion(+) diff --git a/routers/controllers/site.go b/routers/controllers/site.go index 8de97073..2062eead 100644 --- a/routers/controllers/site.go +++ b/routers/controllers/site.go @@ -14,6 +14,7 @@ func SiteConfig(c *gin.Context) { siteConfig := model.GetSettingByNames( "siteName", "siteICPId", + "siteGONGANId", "login_captcha", "reg_captcha", "email_active",