[
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"subjectId": 0,
"orderId": 0,
"orderDetailId": 0,
"orderCode": "string",
"userId": 0,
"userName": "string",
"userAvatar": "string",
"purchasedSubjectName": "string",
"purchasedSkuName": "string",
"commentType": "string",
"commentContent": "string",
"commentTime": "2019-08-24T14:15:22Z",
"commentLevel": "string",
"commentStatus": "string",
"commentResources": "string",
"isVerified": "string",
"isDelete": "string",
"isCheck": true,
"commentResourcesList": [
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"resourceName": "string",
"resourceSuffix": "string",
"resourceUrl": "string",
"status": "string"
}
]
}
]
curl --location --request POST '/appMark/comment/addBatch' \
--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,
"subjectId": 0,
"orderId": 0,
"orderDetailId": 0,
"orderCode": "string",
"userId": 0,
"userName": "string",
"userAvatar": "string",
"purchasedSubjectName": "string",
"purchasedSkuName": "string",
"commentType": "string",
"commentContent": "string",
"commentTime": "2019-08-24T14:15:22Z",
"commentLevel": "string",
"commentStatus": "string",
"commentResources": "string",
"isVerified": "string",
"isDelete": "string",
"isCheck": true,
"commentResourcesList": [
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"resourceName": "string",
"resourceSuffix": "string",
"resourceUrl": "string",
"status": "string"
}
]
}
]'
{
"code": 0,
"msg": "string",
"data": {}
}