1
This commit is contained in:
parent
d069780dad
commit
0f81544dcf
@ -46,10 +46,6 @@ func (r *Question) GetQuestionPage(c *gin.Context) {
|
|||||||
|
|
||||||
// 处理返回值
|
// 处理返回值
|
||||||
GetQuestionPageResponses := dto.GetQuestionListDto(question)
|
GetQuestionPageResponses := dto.GetQuestionListDto(question)
|
||||||
if err != nil {
|
|
||||||
responses.FailWithMessage(err.Error(), c)
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
result := make(map[string]interface{})
|
result := make(map[string]interface{})
|
||||||
result["page"] = req.Page
|
result["page"] = req.Page
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user