curl --location --request POST '/app-api/entre/personal-center/mentor/get'
{
"code": 0,
"data": {
"id": 0,
"name": "string",
"gender": true,
"birthdate": "2019-08-24",
"credentialsType": "string",
"credentialsNo": "string",
"mentorType": "string",
"grade": "string",
"isShow": true,
"practitionerTime": "string",
"contractOrganization": "string",
"phone": "string",
"emailAddress": "string",
"photoUrl": "https://www.iocoder.cn",
"introduction": "string",
"auditStatus": true,
"updateTime": "2019-08-24T14:15:22Z"
},
"msg": "string"
}