{
"id": 1,
"reply_content": "感谢您的评价"
}curl --location --request PUT '/adminapi/points-goods/evaluate/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,
"message": "操作成功",
"data": {}
}