请及时更新项目!
返回指定专家的所有预约记录,包括待处理和已确认的预约。
curl --location --request GET 'http://101.43.142.153/api/appointments/expert' \
--header 'Authorization: Bearer '
{
"code": 0,
"message": "",
"data": [
{
"id": 0,
"userId": 0,
"expertId": 0,
"time": "",
"description": "",
"status": "",
"note": ""
}
]
}