{
"id": 145,
"status": 2,
"refund_amount": "",
"reply": "",
"return_address": ""
}
curl --location --request POST '/adminapi/order/aftersales/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 145,
"status": 2,
"refund_amount": "",
"reply": "",
"return_address": ""
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "操作成功"
}
}