From 5e4a2468a74c415f6cb608a28ef4ae0ed958643e Mon Sep 17 00:00:00 2001 From: liguanjie Date: Tue, 5 Aug 2025 14:28:50 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90cs=E6=9C=8D=E5=8A=A1=E3=80=91faq?= =?UTF-8?q?=E8=AF=A6=E6=83=85=EF=BC=8C=E5=8F=AF=E8=BF=94=E5=9B=9Enull?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/cs/faq.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/cs/faq.go b/services/cs/faq.go index 62307ef..5a1eba4 100644 --- a/services/cs/faq.go +++ b/services/cs/faq.go @@ -64,9 +64,9 @@ type GetFaqDetailRequest struct { } type GetFaqDetailResponse struct { *responses.BaseResponse - Code int `json:"code"` - Msg string `json:"msg"` - Data FaqDetail `json:"data"` + Code int `json:"code"` + Msg string `json:"msg"` + Data *FaqDetail `json:"data"` } type FaqDetailRequest struct { Id int64 `json:"id"`