curl --location --request GET 'http://localhost:8081/his/doctorEvaluation/' \
--header 'Authorization: '
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"registrationId": 0,
"doctorName": "string",
"registerDate": "string",
"registerStartTime": "string",
"registerEndTime": "string",
"photo": "string",
"officeName": "string",
"professionalTitle": "string",
"doctorId": 0,
"rating": 0,
"comments": "string",
"method": "string",
"createUser": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateUser": "string",
"patientName": "string",
"patientPhoto": "string"
}
}