curl --location --request GET 'http://smartpartyschool.isum.cn:4090/prod-api/edu/teacher/list?teacherName=&gender=&phoneNumber=' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiIwZkJtTGlBV0N4Q2Vpdkw4WFVaem1YSll0enZSUnQyTiIsImNsaWVudGlkIjoiZTVjZDdlNDg5MWJmOTVkMWQxOTIwNmNlMjRhN2IzMmUiLCJ0ZW5hbnRJZCI6IjAwMDAwMCIsInVzZXJJZCI6MSwidXNlck5hbWUiOiJhZG1pbiIsImRlcHRJZCI6MTAzLCJkZXB0TmFtZSI6IumFkuW6lyIsImRlcHRDYXRlZ29yeSI6ImludGVybmFsIn0.5POlA4CNt64ROY_dxWUW2C545BzD9arN_3vyIT22VE8' \
--header 'clientId: 16668f6678c57727f12481ae983db751'{
"total": 0,
"rows": [
{
"teacherId": 0,
"userId": 0,
"teacherName": "string",
"birthday": "2019-08-24",
"idCard": "string",
"gender": "string",
"phoneNumber": "string",
"email": "string",
"position": "string",
"almaMater": "string",
"educationLevel": "string",
"major": "string",
"politicalStatus": "string",
"openBank": "string",
"bankCard": "string",
"courseFeeStandard": 0,
"isSeemOutSchool": "string",
"introduction": "string",
"teacherType": "string",
"teacherTypeName": "string",
"remark": "string"
}
],
"code": 0,
"msg": "string"
}