Updata:更新逻辑

This commit is contained in:
jiaji.H 2026-03-11 16:57:51 +08:00
parent a73351c5de
commit dd173edc2f

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