新增关注
开发中POST
/notification/get请求参数
Body 参数application/json
type
string
必需
num
integer
必需
cursor
string
必需
guid
string
必需
示例
{
"type": "connections",
"num": 10,
"cursor": "",
"guid": "b9eed5c5-3ad5-4933-b600-5c81f9e6748f"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
err_msg
string
必需
err_code
integer
必需
data
object
必需
code
integer
必需
success
boolean
必需
msg
string
必需
data
object
必需
hint
string
必需
示例
{
"err_msg": "success",
"err_code": 0,
"data": {
"code": 0,
"success": true,
"msg": "成功",
"data": {
"message_list": [],
"has_more": false,
"cursor": 0
}
},
"hint": "170445309894376339123168"
}
最后修改时间: 1 年前