{
"id": 1,
"reply_content": "感谢您的评价,我会继续努力提供更好的服务"
}curl --location --request POST '/riderapi/rider/comment/reply' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'manage-store-id: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"reply_content": "感谢您的评价,我会继续努力提供更好的服务"
}'{
"code": 200,
"msg": "回复成功",
"data": {}
}