Get notification list
根据目标字段获取通知列表,若对应字段不存在(如果存在,不能为空!),返回所有通知
Request parameters
Responses
{
"code" : 0,
"info" : "Success",
"notifications" : [
{
"notification_id" : 1,
"sender_id" : 1,
"content" : "{\"type\": \"user.friend.request\",\"status\": \"make request\",\"user_id\": 1,\"is_approved\": True,}",
"create_time" : 1712025307.24112,
"is_read" : false
},
...
]
}
Last modified: 16 May 2024