{
"eventId": "string",
"commentId": 0,
"comment": "string"
}curl --location --request POST 'test-mg-admin.hwyc.io/v1/comment/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventId": "string",
"commentId": 0,
"comment": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"id": {
"type": "string",
"title": "string"
},
"eventId": {
"type": "string",
"title": "string"
},
"fatherId": {
"type": "string",
"title": "string"
},
"uid": {
"type": "string",
"title": "string"
},
"userName": {
"type": "string",
"title": "string"
},
"avatar": {
"type": "string",
"title": "string"
},
"comment": {
"type": "string",
"title": "string"
},
"commCount": {
"type": "string",
"title": "string"
},
"likeCount": {
"type": "string",
"title": "string"
},
"unlikeCount": {
"type": "string",
"title": "string"
},
"state": {
"type": "string",
"title": "string",
"description": "string"
},
"createTime": {
"type": "string",
"title": "string"
},
"updateTime": {
"type": "string",
"title": "string"
}
},
"success": true
}