文档
测试

根据ID查询

GET
http://localhost:8081/insoApp/customer/getCustomerById/1297025667140624384

接口描述

请求后拼接参数 id

请求参数

参数名
类型
描述
必填

响应参数

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

响应示例

``` { "code": 200, "msg": "成功", "data": { "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 } } ```