{
"orderOnceId": 0,
"userComment": "string",
"userCommentReply": "string"
}curl --location --request POST '/appMark/service/order/commentOrderOnce' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderOnceId": 0,
"userComment": "string",
"userCommentReply": "string"
}'{
"code": 0,
"msg": "string",
"data": {}
}