curl --location --request GET 'https://test-api.yunjishop.cn/recommend/appointment/'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"makeId": 0,
"inviterUserId": 0,
"inviteeUserId": 0,
"makeTime": "2019-08-24T14:15:22Z",
"makeStatus": 0,
"status": 0,
"bookingFee": 0,
"ticketId": 0,
"outsideRoomUserId": 0
}
}