{
"ids": [
"string"
]
}
curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut//cwDepreciation/batchDepreCheck.do' \
--header 'Cookie: JSESSIONID=DD0268589E614FBD159D5256661BEED0;JSESSIONID=;JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
]
}'
{
"data": {
"canDelNum": "string",
"noCanDelNum": "string",
"ids": "string"
},
"msg": "string",
"success": true,
"code": 0
}