{
"detectType": 3,
"problemList": [
"3_caries", // 龋齿
"3_stained", // 色素
"3_misaligned" // 牙列不齐
]
}
curl --location --request POST 'https://test.myusmile.online/bff/cloud/aiOralDetect/medicalServiceRecommend' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"detectType": 3,
"problemList": [
"3_caries", // 龋齿
"3_stained", // 色素
"3_misaligned" // 牙列不齐
]
}'
{
"code": 0,
"message": "string",
"data": {
"hospitalVOS": [
{
"id": 0,
"name": "string",
"subtitle": "string",
"description": "string",
"avatar": "string",
"sort": 0,
"province": "string",
"city": "string",
"district": "string",
"urlType": null,
"url": null,
"urlParam": null,
"doctorVOList": [
{
"id": 0,
"name": "string",
"hospitalId": 0,
"department": "string",
"title": "string",
"sort": 0,
"description": "string",
"avatar": "string"
}
]
}
],
"location": "string"
}
}