Merge branch 'feat-hjj-QuestionnaireSurvey' into dev

This commit is contained in:
jiaji.H 2026-03-11 16:58:00 +08:00
commit 1345db06a8

View File

@ -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