{
"returnNo": "string"
}curl --location --request POST 'http://192.168.8.18:3080/api/customer/operation/returnList' \
--header 'apiKey: 5ff6e6a70376ba11a42e277086598d4a' \
--header 'signature: 4590A48221F34CE299EA2D74036246F5' \
--header 'timestamp: 1717381423' \
--header 'sourceFrom: lingxing' \
--header 'Content-Type: application/json' \
--data-raw '{
"returnNo": "string"
}'{
"code": 200,
"message": "查询成功",
"result": {
"total": 1,
"data": [
{
"returnNo": "RO2504210005",
"returnType": "PLATFORM_RETURN",
"customerId": "111",
"customerName": "客户名称",
"warehouseId": "1777984269629575170",
"warehouseCode": "sz_wh",
"warehouseName": "深圳仓",
"frtTrackNumber": "wc042105",
"carrier": "UPS",
"customerOrderNo": "c042105",
"quantity": 5,
"receivedQuantity": 0,
"status": "DRAFT",
"estiTime": "2025-04-21 13:02:18",
"checkTime": null,
"shelfTime": null,
"customerRemark": "123",
"receivedRemark": null,
"createBy": "admin",
"createTime": "2025-04-21 13:02:42",
"returnSkuList": [
{
"skuId": "1796035927632486402",
"skuCode": "SKU20240530",
"skuName": "Apple iPhone 15Pro/ProMax 512G",
"skuBarcode": "20240530",
"quantity": 5,
"receivedQuantityQuality": 0,
"receivedQuantityDefective": 0,
"shelfQuantityQuality": 0,
"shelfQuantityDefective": 0
}
]
}
]
},
"success": true,
"timestamp": 1745226384
}