Updata:更新逻辑
This commit is contained in:
parent
a73351c5de
commit
dd173edc2f
@ -17,7 +17,7 @@ func IsSendSurvey(c *gin.Context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func QuestionnaireSurveyList(c *gin.Context) {
|
func QuestionnaireSurveyList(c *gin.Context) {
|
||||||
var req bundle.GetQuestionnaireSurveyListRequest
|
var req bundle.GetQuestionnaireSurveyListResponse
|
||||||
if err := c.ShouldBindJSON(&req); err != nil {
|
if err := c.ShouldBindJSON(&req); err != nil {
|
||||||
service.Error(c, err)
|
service.Error(c, err)
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user