获取客户列表
GET
/open-api/external_user/list
openapi
错误码 | 说明 |
---|---|
20201 | staff_id 错误,找不到对应员工 |
20202 | type 不合法 |
20202 | order 不合法 |
请求参数
Query 参数
staff_id
string
可选
示例值:
zhangsan
type_
string
可选
示例值:
1
phone_number
string
可选
示例值:
13322665599
order
string
可选
示例值:
asc
start_time
string
可选
示例值:
1592576435
end_time
string
可选
示例值:
1592576435
limit
string
可选
示例值:
30
offset
string
可选
示例值:
0
access_token
string
调用接口凭证
默认值:
{{access_token}}
示例代码
返回响应
修改于 2024-03-05 06:38:07