curl --location '/app-api/entre/mentor/page' \
--header 'Content-Type: application/json' \
--data '{
"pageNo": 1,
"pageSize": 10,
"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:22.123Z"
],
"phone": "string",
"idNumber": "string",
"gender": true,
"handler": "string",
"label": "string",
"domain": "string",
"libraryName": "string",
"auditStatus": true,
"isShow": true,
"sortType": 0
}'{
"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:22.123Z",
"gender": true,
"handler": "string",
"label": "string",
"domainList": [
"string"
]
}
],
"total": 0
},
"msg": "string"
}