{
"orderGoodsId": "10033",
"form": {
"images": [
"10309"
],
"type": 10,
"content": "手机坏了, 我要退款"
}
}curl --location --request POST 'http://smart-shop.itheima.net/index.php?s=/api/refund/goods' \
--header 'Access-Token: 1741f74aed758a688515f72572dc8e37' \
--header 'platform: H5' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderGoodsId": "10033",
"form": {
"images": [
"10309"
],
"type": 10,
"content": "手机坏了, 我要退款"
}
}'{
"message": "当前商品已申请售后",
"status": 200,
"data": []
}