{
"startDate": "string",
"endDate": "string",
"orderKey": "string",
"orderType": "string",
"staffCode": "string",
"departId": 0,
"departGroupId": 0,
"show": 3,
"staffState": true,
"wechatLei": 0,
"relationIsFlock": -1,
"searchData": 0,
"pageIndex": 0,
"pageSize": 0
}
curl --location --request POST '/v2/Report/GetDataByStaffCustomer' \
--header 'Authorization: Bearer' \
--header 'TenantId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "string",
"endDate": "string",
"orderKey": "string",
"orderType": "string",
"staffCode": "string",
"departId": 0,
"departGroupId": 0,
"show": 3,
"staffState": true,
"wechatLei": 0,
"relationIsFlock": -1,
"searchData": 0,
"pageIndex": 0,
"pageSize": 0
}'
{
"requestId": "string",
"errmsg": 0,
"succeed": true,
"msgTime": "string",
"values": [
{
"ad_staff_name": "string",
"ad_staff_code": "string",
"linecount": 0,
"replycount": 0,
"visitnum": 0,
"visitcount": 0,
"activationnum": 0,
"activationcount": 0,
"interactivenum": 0,
"addcount": 0,
"addfriend": 0,
"addchatroom": 0,
"endnum": 0,
"linezhanbi": 0,
"replyczhanbi": 0,
"rn": 0
}
],
"errdesc": null
}