{
"id": "string",
"pageNo": 0,
"pageSize": 0,
"authId": 0,
"selectType": "string",
"type": 0
}
curl --location --request POST '/api/v3/customerSend/getDetail' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"pageNo": 0,
"pageSize": 0,
"authId": 0,
"selectType": "string",
"type": 0
}'
{"code":0,"message":"success","data":{"result":[{"sales":{"id":"552324288850112","name":"冯家明","accountType":2,"deleted":0},"sendStatus":0,"customerNum":3,"sendSuccessNum":0,"overLimitFailNum":0,"unfriendFailNum":0}],"pageNo":1,"pageSize":200,"totalCount":1,"currentPage":1}}