{
"workSheetId": 0,
"respondentId": 0,
"replyType": "user",
"handlingTime": "string"
}
curl --location --request POST 'http://gateway249.kiwismart.top/app/paas/workSheetReply/exist' \
--header 'Content-Type: application/json' \
--data-raw '{
"workSheetId": 0,
"respondentId": 0,
"replyType": "user",
"handlingTime": "string"
}'
{
"code": 0,
"msg": "",
"data": false
}