{
"orderSn": "string",
"sku": 0,
"num": 0,
"goodsFee": 0,
"logisticFee": 0,
"serviceTypeCode": "string",
"pickTypeCode": "string",
"packageTypeCode": "string",
"returnTypeCode": "string",
"reasonsTypeCode": "string",
"reasonsDescription": "string",
"serviceTime": "string",
"vouchers": [
"string"
],
"userInfo": {
"consignee": "string",
"phone": "string",
"province": "string",
"city": "string",
"area": "string",
"street": "string",
"description": "string"
}
}
curl --location --request POST '/v2/afterSale' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderSn": "string",
"sku": 0,
"num": 0,
"goodsFee": 0,
"logisticFee": 0,
"serviceTypeCode": "string",
"pickTypeCode": "string",
"packageTypeCode": "string",
"returnTypeCode": "string",
"reasonsTypeCode": "string",
"reasonsDescription": "string",
"serviceTime": "string",
"vouchers": [
"string"
],
"userInfo": {
"consignee": "string",
"phone": "string",
"province": "string",
"city": "string",
"area": "string",
"street": "string",
"description": "string"
}
}'
{
"code": 0,
"msg": "string",
"data": {
"id": 0
}
}