{
"productId":2,
"commentContent":"真心不错,能便宜一点吗"
}curl --location --request POST '127.0.0.1:8400/user/comment' \
--header 'satoken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"productId":2,
"commentContent":"真心不错,能便宜一点吗"
}'{
"code": 200,
"msg": "string",
"data": "string"
}