暂无描述
curl --location --request POST 'http://test1.moranblog.cn/api/get_message_notifications' \
--form 'appid="10000"' \
--form 'usertoken="df856a2c2faf23f28856f60831da11635d78ee09"'
{
"code": 1,
"msg": "success",
"data": {
"list": [
{
"id": 21,
"title": "测试",
"content": "测试全部消息",
"send_to": 0,
"appid": 10000,
"type": 0,
"time": "2023-06-03 13:09:13",
"postid": 0,
"pic_url": "http://moranhtpro.cn/uploads/20230515/1a38d1f143f44214161f2b570e92702d.jpg",
"user_id": 1,
"status": 0
},
{
"id": 19,
"title": "测试",
"content": "测试全部消息",
"send_to": 0,
"appid": 10000,
"type": 0,
"time": "2023-06-03 13:09:00",
"postid": 0,
"pic_url": "http://moranhtpro.cn/uploads/20230515/1a38d1f143f44214161f2b570e92702d.jpg",
"user_id": 0,
"status": 0
}
],
"pagecount": 1,
"current_number": "1"
},
"timestamp": 1685769212
}