{
"patientInfo":{
"inpNo":"住院号"
},
"fileNo":[""]
}
curl --location --request POST 'https://m1.apifoxmock.com/m1/4604434-0-default/document/bags/third/files/del?access_token=' \
--header 'X-Requested-appId;' \
--header 'X-Signit-App-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"patientInfo":{
"inpNo":"住院号"
},
"fileNo":[""]
}'
{
"code": "100100000",
"message": "操作成功",
"data": true
}