curl --location --request GET '/app-api/entre/mentor/page?pageNo=1&pageSize=10'
{
"code": 0,
"data": {
"list": [
{
"id": 1091,
"name": "王五",
"photoUrl": "https://www.iocoder.cn",
"practitionerTime": "string",
"educationBackground": "string",
"mentorType": "string",
"contractOrganization": "string",
"handlingAgency": "string",
"grade": "string",
"introduction": "string",
"createTime": "2019-08-24T14:15:22Z",
"gender": true,
"handler": "string",
"label": "string",
"domainList": [
"string"
]
}
],
"total": 0
},
"msg": "string"
}