|
|
@ -291,7 +291,7 @@ func GetUserWorkMomentsCommentsMsg(c *gin.Context) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
resp.Data.CurrentPage = respPb.Pagination.CurrentPage
|
|
|
|
resp.Data.CurrentPage = respPb.Pagination.CurrentPage
|
|
|
|
resp.Data.ShowNumber = respPb.Pagination.ShowNumber
|
|
|
|
resp.Data.ShowNumber = respPb.Pagination.ShowNumber
|
|
|
|
resp.Data.CommentsMsg = respPb.CommentsMsg
|
|
|
|
resp.Data.CommentMsgs = respPb.CommentsMsgs
|
|
|
|
log.NewInfo(req.OperationID, utils.GetSelfFuncName(), "resp: ", resp)
|
|
|
|
log.NewInfo(req.OperationID, utils.GetSelfFuncName(), "resp: ", resp)
|
|
|
|
c.JSON(http.StatusOK, resp)
|
|
|
|
c.JSON(http.StatusOK, resp)
|
|
|
|
}
|
|
|
|
}
|
|
|
|