获取消息列表
POST
/openApi/sns/getNewNoticeLists
消息服务
责任人:未设置
请求参数
Header 参数
secretId
string
密钥
randomStr
string
随机字符串
sign
string
签名
Body 参数application/json
start
integer
必需
limit
integer
必需
from
string
必需
conditions
object
必需
app
array[string]
消息类型
status
string
0未读、1已读
to_user
string
接收人
sender
string
发送人
示例
{
"start": 0,
"limit": 0,
"from": "string",
"conditions": {
"app": [
"string"
],
"status": "string",
"to_user": "string",
"sender": "string"
}
}
返回响应
🟢200成功
application/json
Body
status
integer
必需
code
integer
必需
msg
string
必需
result
object
必需
data
object
必需
count
number
必需
guid
string
必需
示例
{
"status": 200,
"code": 200
"msg": "",
"result": {
"data": {
"newcontent": {
"app": "fugiat",
"sender": "amet",
"send_user_name": "exercitation labore",
"app_key": "amet ad",
"new_key_column": "ex dolor in",
"new_app_title": "aliqua",
"created_time": "commodo qui nulla",
"new_node_key": "Ut exercitation",
"new_main_content": "aliqua",
"app_config": [
"occaecat dolor voluptate non id",
"voluptate et officia",
"Ut in mollit ad",
"nulla eu do",
"labore id exercitation"
],
"body": "cupidatat et labore proident",
"open": "eiusmod exercitation ea",
"entId": "elit ipsum officia dolore",
"system_id": "do amet",
"icon_name": "eu Ut Duis",
"icon_color": "magna"
},
"id": "",
"sendUser": "sed sunt nisi ullamco",
"createdTime": "",
"app": "do",
"contentId": "",
"entId": "ad dolor",
"status": "",
"entName": "id exercitation aute"
},
"count": -24800650.528588712
},
"guid": "f9426048c5ae5798"
}
修改于 2023-04-23 06:15:35