Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"ids": [
0
],
"eventId": 0,
"openId": 0,
"phone": "string",
"faceUrl": "string",
"nickName": "string",
"commentId": 0,
"comment": "string",
"imageUrl": "string",
"location": "string",
"commentTime": "2019-08-24T14:15:22Z",
"likeCount": "string",
"customization": "string",
"come": 0
}
curl --location --request POST 'https://www.mengzhikeji.cn/prod-api/merchant/merchant-event/myComment' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"ids": [
0
],
"eventId": 0,
"openId": 0,
"phone": "string",
"faceUrl": "string",
"nickName": "string",
"commentId": 0,
"comment": "string",
"imageUrl": "string",
"location": "string",
"commentTime": "2019-08-24T14:15:22Z",
"likeCount": "string",
"customization": "string",
"come": 0
}'
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"eventId": 0,
"openId": 0,
"phone": "string",
"faceUrl": "string",
"nickName": "string",
"commentId": 0,
"comment": "string",
"imageUrl": "string",
"location": "string",
"commentTime": "2019-08-24T14:15:22Z",
"likeCount": "string",
"customization": "string"
}
]
}