curl --location 'https://api.foresttreefuture.cn/open_api/message/page?mobile=undefined&pageNo=undefined&pageSize=undefined&status=undefined' \
--header 'Authorization;'{
"code": 0,
"message": "string",
"data": {
"rows": [
{
"updateTime": "string",
"createTime": "string",
"id": 0,
"memberId": 0,
"title": "string",
"content": "string",
"status": "string",
"statusName": "string"
}
],
"total": 0,
"pageNo": 0,
"pageSize": 0,
"data": null,
"afterPageId": "string",
"totalPage": 0
},
"success": true,
"path": "string"
}