[
{
"attachments": [
{
"createdBy": "string",
"createdDate": "2019-08-24T14:15:22.123Z",
"evaluationId": 0,
"evaluationType": 0,
"fileType": 0,
"fileUrl": "string",
"id": 0,
"isDeleted": 0,
"updatedBy": "string",
"updatedDate": "2019-08-24T14:15:22.123Z",
"version": 0
}
],
"content": "string",
"customerId": 0,
"merchantId": 0,
"orderId": 0,
"rate": 0,
"serviceId": 0,
"serviceName": "string",
"shopId": 0
}
]curl --location --request POST 'https://dev.mallpraise.com.cn/emall/openapi/v1//h5/serviceInfo/svmServiceEvaluation/addEvaluationBatch' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"attachments": [
{
"createdBy": "string",
"createdDate": "2019-08-24T14:15:22.123Z",
"evaluationId": 0,
"evaluationType": 0,
"fileType": 0,
"fileUrl": "string",
"id": 0,
"isDeleted": 0,
"updatedBy": "string",
"updatedDate": "2019-08-24T14:15:22.123Z",
"version": 0
}
],
"content": "string",
"customerId": 0,
"merchantId": 0,
"orderId": 0,
"rate": 0,
"serviceId": 0,
"serviceName": "string",
"shopId": 0
}
]'{
"code": 0,
"data": "string",
"extraData": {},
"extraData1": {},
"message": "string"
}