- 文章服务
- article-field-controller
- article-field-manage-controller
- article-comment-controller
- article-group-controller
- article-tag-controller
- test-controller
- 信息服务
- channel-controller
- user-notify-controller
- user-private-message-controller
- system-message-controller
- 用户服务
- user-active-controller
- user-collection-controller
- user-collection-group-controller
- user-following-controller
- user-info-controller
- user-points-controller
- user-tag-controller
- user-controller
- 问答服务
- 数据服务
- 搜索服务
- 圈子服务
- 认证服务
getCommentInfinityTweet
GET
/message/notify/infinity/reply
user-notify-controller
请求参数
Query 参数
page
integer
page
size
integer
size
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://m1.apifoxmock.com/m1/2103283-0-default/message/notify/infinity/reply'
返回响应
🟢200OK
application/json
Body
content
array [object {20}]
可选
id
string
必需
createTime
integer
必需
lastModifiedTime
integer
必需
fromUserId
string
必需
toUserId
string
必需
articleId
string
必需
commentId
string
必需
questionId
null
必需
answerId
null
必需
infinityId
null
必需
notifyType
integer
必需
formContent
string
必需
toContent
string
必需
replyCommentId
string
必需
replyAnswerId
null
必需
replyInfinityId
null
必需
notifyState
integer
必需
cancel
boolean
必需
formUserAvatar
string
必需
formUserNickname
string
必需
empty
boolean
可选
first
boolean
可选
last
boolean
可选
pageNumber
integer <int32>
可选
pageSize
integer <int32>
可选
totalElements
integer <int64>
可选
totalPages
integer <int32>
可选
示例
{
"content": [
{
"id": "string",
"createTime": 0,
"lastModifiedTime": 0,
"fromUserId": "string",
"toUserId": "string",
"articleId": "string",
"commentId": "string",
"questionId": null,
"answerId": null,
"infinityId": null,
"notifyType": 0,
"formContent": "string",
"toContent": "string",
"replyCommentId": "string",
"replyAnswerId": null,
"replyInfinityId": null,
"notifyState": 0,
"cancel": true,
"formUserAvatar": "string",
"formUserNickname": "string"
}
],
"empty": true,
"first": true,
"last": true,
"pageNumber": 0,
"pageSize": 0,
"totalElements": 0,
"totalPages": 0
}
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
修改于 2022-12-19 15:14:36