{
"reply_content": "感谢您的评价,我们会继续努力"
}curl --location --request POST '/storeapi/tbl-goods/comment//reply' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'manage-store-id: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"reply_content": "感谢您的评价,我们会继续努力"
}'{
"code": 200,
"msg": "操作成功",
"data": {}
}