Authorization: Bearer ********************
{
"replyUserId": 0,
"visitSnapshotActivityCommentId": 0,
"replyUserName": "string",
"replyContent": "string",
"id": 0,
"visitSnapshotActivityId": 0,
"replyId": 0,
"commentReplyType": 0
}
curl --location --request POST 'http://hy-register:9999/veteran/visitSnapshotActivityReply' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"replyUserId": 0,
"visitSnapshotActivityCommentId": 0,
"replyUserName": "string",
"replyContent": "string",
"id": 0,
"visitSnapshotActivityId": 0,
"replyId": 0,
"commentReplyType": 0
}'
{
"code": 0,
"msg": "",
"data": {}
}