文档
测试

获取客户列表

GET
https://localhost:44346/api/Customer/GetCustomerList?before=2021-05-14

接口描述

获取客户列表(20条记录)

请求头

参数名
类型
描述
必填
Authorization
string
示例:Bearer 8ee3fe4d-73a6-48a5-b142-c3eb8cdc0e8a
必填

请求参数

参数名
类型
描述
必填
before
string
日期,传入日期格式获取这个日期之前的20条数据,示例:2021-05-14
可选
cusName
string
客户名称(公司名称)
可选

响应参数

参数名
类型
描述
必填
customerList
array
数据列表
必填
id
int
表id,示例:2
必填
customerName
string
客户名称,示例:23432
必填
charge
string
负责人名字,示例:无
必填
getDate
dateTime
客户获得时间,示例:2021-05-12T16:32:00
必填
total
decimal
成交总额
必填