{
"current": 0,
"size": 0,
"staffIdList": [
""
],
"startTime": "yyyy-MM-dd HH:mm:ss",
"endTime": "yyyy-MM-dd HH:mm:ss",
"tagContain": 0,
"tagIdList": [
""
]
}curl --location --request POST 'https://w.xiaoliebian.com/api/demo-wechat-work/open/api/customer/page' \
--header 'Authorization: Bearer 请求凭证' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 0,
"size": 0,
"staffIdList": [
""
],
"startTime": "yyyy-MM-dd HH:mm:ss",
"endTime": "yyyy-MM-dd HH:mm:ss",
"tagContain": 0,
"tagIdList": [
""
]
}'{
"success": true,
"code": 0,
"msg": "",
"value": {
"pages": 0,
"records": [
{
"name": "",
"avatar": "",
"gender": 0,
"externalUserId": "",
"type": 0,
"tagList": [
{
"groupName": "",
"tagName": "",
"tagId": ""
}
],
"staffName": "",
"staffId": "",
"createTime": "yyyy-MM-dd HH:mm:ss",
"relation": 0,
"remark": ""
}
],
"total": 0,
"size": 0,
"current": 0
},
"traceId": ""
}