暂无描述
Authorization: Bearer ********************
curl --location --request GET 'https://api.tolink.cloud/apply/messageRecord'
{
"code": 0,
"data": [
{
"content": {
"name": "",
"text": "唐百川留言",
"type": 1,
"url": ""
},
"createAt": "今天 15:32",
"createBy": {
"avatar": "",
"id": 1,
"name": "于高衡"
}
},
{
"content": {
"name": "xxx.jpg",
"text": "",
"type": 2,
"url": "http://xxx.jpg"
},
"createAt": "今天 16:07",
"createBy": {
"avatar": "",
"id": 1,
"name": "于高衡"
}
}
],
"msg": "success"
}