{
"detectType": 1,
"photoInfoList": [{
"fileId": "ai_oral_detect/2025-01/08/16540051515521760001736335078.png",
"region": "outside"
}],
"autoDetectMore": false,
"sourceType" : 0 //来源类型:0APP进入(默认) 1H5进入 2星耀小程序
}
curl --location --request POST 'https://test.myusmile.online/bff/cloud/aiOralDetect/detect' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"detectType": 1,
"photoInfoList": [{
"fileId": "ai_oral_detect/2025-01/08/16540051515521760001736335078.png",
"region": "outside"
}],
"autoDetectMore": false,
"sourceType" : 0 //来源类型:0APP进入(默认) 1H5进入 2星耀小程序
}'
{}