From b51605cec9d8ea13026711a1baf596581284ebc6 Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Sun, 16 Feb 2025 23:23:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8E=E6=AE=B5=E5=8D=9A?= =?UTF-8?q?=E5=AE=A2=E5=86=85=E5=AE=B9=E6=97=B6=E9=97=B4=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/src/APIs/GetBlogContent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/APIs/GetBlogContent.ts b/Server/src/APIs/GetBlogContent.ts index 7d35733..3c94ff7 100644 --- a/Server/src/APIs/GetBlogContent.ts +++ b/Server/src/APIs/GetBlogContent.ts @@ -65,7 +65,7 @@ class GetBlogContent extends API { info: { title: blogContentRes[0].title, description: blogContentRes[0].description, - publish_time: blogContentRes[0].created_at, + created_at: blogContentRes[0].created_at, visit_count: blogContentRes[0].visit_count, like_count: blogContentRes[0].like_count }