Merge branch 'feat-hjj-QuestionnaireSurvey' into dev
This commit is contained in:
commit
1345db06a8
@ -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