{
// "customerName": "",
// "orgType": "0",
// "customerNumber": "",
// "startTime": "2025-01-01",
// "endTime": "2025-08-22",
// "isImportant": 1,
// "type": [
// "物流"
// ],
// "productType": [
// ""
// ],
// "category": [
// ""
// ]
"id":15838
}curl --location 'https://crm-dev.e-lansen.com/api/report/common/queryAfterSales?page=1&limit=20' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
// "customerName": "",
// "orgType": "0",
// "customerNumber": "",
// "startTime": "2025-01-01",
// "endTime": "2025-08-22",
// "isImportant": 1,
// "type": [
// "物流"
// ],
// "productType": [
// ""
// ],
// "category": [
// ""
// ]
"id":15838
}'{
"data": {
"records": [
{
"customerNumber": "string",
"customerName": "string",
"category": "string",
"type": "string",
"productType": "string",
"unit": "string",
"amount": "string",
"cost": "string",
"square": "string",
"totalAmount": "string",
"createTime": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"pages": 0
},
"code": 0,
"msg": "string",
"desc": null
}