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