[
"string"
]
curl --location --request POST 'http://localhost:8075/sz_product_new/useMoneyApplyNewCheck/checkSignature.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'
{
"code": "string",
"msg": "string",
"data": [
{
"checkResult": "string",
"nodeId": "string",
"fileId": "string",
"repeatFlag": "string",
"id": "string"
}
]
}