{
"orderId": 0,
"aftersaleType": 0,
"aftersaleReason": "string",
"description": "string",
"refundAmount": 0,
"pics": [
{
"picName": "string",
"picThumb": "string",
"picUrl": "string"
}
],
"items": [
{
"orderItemId": 0,
"number": 0
}
]
}
curl --location --request POST '/adminapi/order/aftersales/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": 0,
"aftersaleType": 0,
"aftersaleReason": "string",
"description": "string",
"refundAmount": 0,
"pics": [
{
"picName": "string",
"picThumb": "string",
"picUrl": "string"
}
],
"items": [
{
"orderItemId": 0,
"number": 0
}
]
}'