文档
测试

客户资料添加/修改

POST
http://localhost:8081/insoApp/customer/addCustomer

请求参数

参数名
类型
描述
必填
customerName
string
必填
startTime
string
必填
endTime
string
必填

响应参数

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

请求示例

``` { "address": "string", "areaCode": 0, "areaName": "string", "attachment": "string", "cityCode": 0, "cityName": "string", "contactPhone": "string", "contactUser": "string", "createUserId": 0, "customerName": "string", "enterpriseId": 0, "id": "string", "isdeleted": 0, "janeName": "string", "lat": 0, "level": 0, "lng": 0, "managementUserId": 0, "modifiedUserId": 0, "promoteUser": "string", "provinceCode": 0, "provinceName": "string", "qq": "string", "remark": "string", "serialNo": "string", "source": "string", "timeCreate": "string", "timeModified": "string", "userBirthday": "string", "userId": 0, "wechat": "string" } ```

响应示例

``` { "code": 200, "msg": "成功", "data": null } ```