{
"deptId": "117",
"token": "bcd3264b-2c33-42e3-9014-6d9a4a4f06071665718065452",
"method":"advice/queryDoctorList"
}
curl --location --request POST 'http://192.168.101.140:8500/MobileHis/nurse/esb/execute' \
--header 'accessToken: 7d435701-ca2c-4c1a-9075-0b1f6fe7a92e' \
--header 'Content-Type: application/json' \
--data-raw '{
"deptId": "117",
"token": "bcd3264b-2c33-42e3-9014-6d9a4a4f06071665718065452",
"method":"advice/queryDoctorList"
}'
{
"data": {
"total": 0,
"list": [
{
"doctorName": "string",
"doctorCode": "string",
"doctorId": 0
}
]
},
"error": "string",
"result": "string",
"resultCode": 0,
"resultMsg": "string"
}