{
"id": "string",
"caseId": "string",
"parentId": "string",
"userId": "string",
"title": "string",
"content": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"checkStatus": "string",
"checkMsg": "string"
}curl --location --request POST '/front/case/discuss/saveDiscuss' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"caseId": "string",
"parentId": "string",
"userId": "string",
"title": "string",
"content": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"checkStatus": "string",
"checkMsg": "string"
}'{
"error": true,
"success": true,
"warn": true,
"empty": true,
"property1": {},
"property2": {}
}