From dd173edc2f849088ce597404a28a8268924bde2e Mon Sep 17 00:00:00 2001 From: "jiaji.H" Date: Wed, 11 Mar 2026 16:57:51 +0800 Subject: [PATCH] =?UTF-8?q?Updata=EF=BC=9A=E6=9B=B4=E6=96=B0=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/service/bundle/questionnaireSurvey.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/service/bundle/questionnaireSurvey.go b/pkg/service/bundle/questionnaireSurvey.go index 48847c41..4b5ed242 100644 --- a/pkg/service/bundle/questionnaireSurvey.go +++ b/pkg/service/bundle/questionnaireSurvey.go @@ -17,7 +17,7 @@ func IsSendSurvey(c *gin.Context) { } func QuestionnaireSurveyList(c *gin.Context) { - var req bundle.GetQuestionnaireSurveyListRequest + var req bundle.GetQuestionnaireSurveyListResponse if err := c.ShouldBindJSON(&req); err != nil { service.Error(c, err) return