{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"parentId": 0,
"commentId": 0,
"userId": 0,
"userName": "string",
"userAvatar": "string",
"commentContent": "string",
"commentTime": "2019-08-24T14:15:22Z",
"commentImages": "string",
"commentType": "string",
"isVerified": "string",
"isDelete": "string"
}
curl --location --request POST '/appMark/commentReply/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"parentId": 0,
"commentId": 0,
"userId": 0,
"userName": "string",
"userAvatar": "string",
"commentContent": "string",
"commentTime": "2019-08-24T14:15:22Z",
"commentImages": "string",
"commentType": "string",
"isVerified": "string",
"isDelete": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}