curl --location '/app-api/entre/personal-center/mentor-guidance/appointmentPage?pageNo=1&pageSize=10'{
"code": 0,
"data": {
"list": [
{
"id": 1,
"userId": 1,
"mentorId": 1,
"contactName": "张三",
"contactPhone": "string",
"question": "string",
"guidanceType": 1,
"description": "string",
"guidanceStatus": 1,
"createTime": "2019-08-24T14:15:22.123Z",
"mentorName": "string",
"replyTime": "2019-08-24T14:15:22.123Z",
"replyContent": "string"
}
],
"total": 0
},
"msg": "string"
}