文档
测试

客户资料查询

POST
http://localhost:8081/insoApp/customer/queryCustomerList?page=1&limit=10

请求参数

参数名
类型
描述
必填
page
integer
必填
limit
integer
必填
customerName
string
必填
startTime
string
起始时间(2020-08-24 09:04:15)
必填
endTime
string
必填

响应参数

参数名
类型
描述
必填
code
int
200
必填
message
string
执行结果信息
必填
data
json
响应数据
必填

响应示例

``` { "code": 200, "msg": null, "data": { "totalCount": 5, "pageSize": 10, "totalPage": 1, "currPage": 1, "list": [ { "id": "1", "enterpriseId": 1, "serialNo": "88888888", "contactUser": "张三", "customerName": "888", "janeName": "李四", "contactPhone": "10086", "qq": "123456", "wechat": "V8", "userBirthday": "00后", "provinceCode": 440000, "provinceName": "广东省", "cityCode": 440100, "cityName": "广州市", "areaCode": 440100, "areaName": "番禺区", "address": "大石", "level": 1, "userId": null, "managementUserId": null, "promoteUser": null, "source": null, "remark": "客户", "attachment": null, "isdeleted": 0, "createUserId": null, "timeCreate": "2020-06-20 09:47:05", "modifiedUserId": null, "timeModified": null, "lng": 123.123888, "lat": 123.1235465 }, { "id": "1281037707916234752", "enterpriseId": 15, "serialNo": "AK10086", "contactUser": "客服", "customerName": "客服2号", "janeName": "1号", "contactPhone": "13813810086", "qq": "10086", "wechat": "senlinm", "userBirthday": "10086年86月86日", "provinceCode": 440000, "provinceName": "广东省", "cityCode": 440100, "cityName": "广州市", "areaCode": 440103, "areaName": "荔湾区", "address": "string", "level": 1, "userId": 83, "managementUserId": null, "promoteUser": "客服2号", "source": "电商平台", "remark": "致电10086", "attachment": "http://10086", "isdeleted": 0, "createUserId": 80, "timeCreate": "2020-07-09 09:29:25", "modifiedUserId": null, "timeModified": null, "lng": 128.128128, "lat": 138.138138 }, { "id": "1297025538211913728", "enterpriseId": 15, "serialNo": "string", "contactUser": "string", "customerName": "string", "janeName": "string", "contactPhone": "string", "qq": "string", "wechat": "string", "userBirthday": "string", "provinceCode": null, "provinceName": null, "cityCode": null, "cityName": null, "areaCode": null, "areaName": null, "address": "string", "level": 0, "userId": 0, "managementUserId": null, "promoteUser": "string", "source": "string", "remark": "string", "attachment": "string", "isdeleted": 0, "createUserId": 80, "timeCreate": "2020-08-22 12:19:21", "modifiedUserId": 0, "timeModified": null, "lng": 0, "lat": 0 }, { "id": "1297025667140624384", "enterpriseId": 15, "serialNo": "string", "contactUser": "string", "customerName": "string", "janeName": "string", "contactPhone": "string", "qq": "string", "wechat": "string", "userBirthday": "string", "provinceCode": null, "provinceName": null, "cityCode": null, "cityName": null, "areaCode": null, "areaName": null, "address": "string", "level": 0, "userId": 0, "managementUserId": null, "promoteUser": "string", "source": "string", "remark": "string", "attachment": "string", "isdeleted": 0, "createUserId": 80, "timeCreate": "2020-08-22 12:19:51", "modifiedUserId": 0, "timeModified": null, "lng": 0, "lat": 0 }, { "id": "2", "enterpriseId": 1, "serialNo": "99999999", "contactUser": "王五", "customerName": "999", "janeName": "蔡六", "contactPhone": "10088", "qq": "321654", "wechat": "V9", "userBirthday": "90后", "provinceCode": 440000, "provinceName": "广东省", "cityCode": 440100, "cityName": "广州市", "areaCode": 440100, "areaName": "番禺区", "address": "大石", "level": 2, "userId": null, "managementUserId": null, "promoteUser": null, "source": null, "remark": "客户", "attachment": null, "isdeleted": 0, "createUserId": null, "timeCreate": "2020-06-28 09:47:08", "modifiedUserId": null, "timeModified": null, "lng": 123.123999, "lat": 123.123879 } ] } } ```