@ -291,7 +291,7 @@ func GetUserWorkMomentsCommentsMsg(c *gin.Context) {
}
resp.Data.CurrentPage = respPb.Pagination.CurrentPage
resp.Data.ShowNumber = respPb.Pagination.ShowNumber
resp.Data.CommentsMsg = respPb.CommentsMsg
resp.Data.CommentMsgs = respPb.CommentsMsgs
log.NewInfo(req.OperationID, utils.GetSelfFuncName(), "resp: ", resp)
c.JSON(http.StatusOK, resp)
@ -74,7 +74,7 @@ type GetUserWorkMomentsCommentsMsgReq struct {
type GetUserWorkMomentsCommentsMsgResp struct {
CommResp
Data struct {
CommentsMsg []*office.CommentsMsg `json:"comments"`
CommentMsgs []*office.CommentsMsg `json:"comments"`
CurrentPage int32 `json:"currentPage"`
ShowNumber int32 `json:"showNumber"`
} `json:"data"`