This commit is contained in:
wangchuxiao
2022-04-15 17:45:33 +08:00
parent dbc5bd96f3
commit 9976b8132f
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -74,9 +74,9 @@ type GetUserWorkMomentsCommentsMsgReq struct {
type GetUserWorkMomentsCommentsMsgResp struct {
CommResp
Data struct {
CommentsMsg []*office.CommentsMsg `json:"comments"`
CurrentPage int32 `json:"currentPage"`
ShowNumber int32 `json:"showNumber"`
CommentMsgs []*office.CommentsMsg `json:"comments"`
CurrentPage int32 `json:"currentPage"`
ShowNumber int32 `json:"showNumber"`
} `json:"data"`
}
@@ -94,4 +94,4 @@ type ClearUserWorkMomentsCommentsMsgReq struct {
type ClearUserWorkMomentsCommentsMsgResp struct {
CommResp
}
}