{
"customerName": "",
"orgType": "",
"customerNumber": "",
"startTime": "2025-05-01",
"endTime": "2025-05-31",
"departs": [
"TOB华南一区",
"TOB华南二区",
"TOB华中大区",
"TOB华东大区",
"TOB北部大区",
"TOB西部大区",
"职能中心"
],
"industry": [],
"customerLevel": [
"Z类"
],
"type": [
""
],
"productType": [
""
],
"category": [
""
]
}curl --location 'https://crm-dev.e-lansen.com/api/report/common/queryAfterSalesCount' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"customerName": "",
"orgType": "",
"customerNumber": "",
"startTime": "2025-05-01",
"endTime": "2025-05-31",
"departs": [
"TOB华南一区",
"TOB华南二区",
"TOB华中大区",
"TOB华东大区",
"TOB北部大区",
"TOB西部大区",
"职能中心"
],
"industry": [],
"customerLevel": [
"Z类"
],
"type": [
""
],
"productType": [
""
],
"category": [
""
]
}'{
"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
}