fix(seo): Incorrect seo naming

This commit is contained in:
LinkinStar
2022-12-18 10:26:40 +08:00
parent c42dfdba21
commit 0580dbb53c
+1 -1
View File
@@ -162,7 +162,7 @@ type SiteInfoResp struct {
Login *SiteLoginResp `json:"login"`
Theme *SiteThemeResp `json:"theme"`
CustomCssHtml *SiteCustomCssHTMLResp `json:"custom_css_html"`
SiteSeo *SiteSeoReq `json:"site__seo"`
SiteSeo *SiteSeoReq `json:"site_seo"`
}
type TemplateSiteInfoResp struct {
General *SiteGeneralResp `json:"general"`