请求方式: GET 请求地址: https://api.eshouhou.cn/api/CustomerService/GetCustomerByID?access_token=eXNoNTRkZDRmOGFyaW5meCY2YTgyNTFiYS1jZTY0LTQ2YjctYTUwNS1hNGU1NjAwMzI3MDYmMTIw 请求参数: 参数 类型 必填 名称 备注 customerId String 是 客户id 返回参数: 参数 类型 必填 名称 ResultCode String 是 返回编码 ErrorMsg String 否 返回信息 ResultValue Object 否 返回对象 ResultValue对象: 参数 类型 必填 名称 备注 ID string 是 客户id ServiceSpaceID string 否 服务空间id Name string 否 客户名称 Contact String 否 客户联系人名称 Gender Int 否 性别 0默认,1男,2女 Telephone String 是 手机号 Mobile String 是 联系电话 Mail String 否 邮箱 HeadImg String 否 头像 LabelNames String 否 客户标签 UserName String 是 账号 CompanyName String 否 企业名称 Area String 否 所属区域 所属区域格式为“北京市-北京市-朝阳区” Address String 否 详细地址 CreateTime String 否 创建时间 RecentService String 否 最近服务时间 请求示例: https://api.eshouhou.cn/api/CustomerService/GetCustomerByUserName?access_token=
eXNoNTRkZDRmOGFyaW5meCY2YTgyNTFiYS1jZTY0LTQ2YjctYTUwNS1hNGU1NjAwMzI3MDYmMTI&customerId=05690412-5229-4a64-bbe5-970f90753f7f 返回成功示例: { "ResultCode": 0, "ErrorMsg": "", "ResultValue": { "ID": "05690412-5229-4a64-bbe5-970f90753f7f", "ServiceSpaceID": "6a8251ba-ce64-46b7-a505-a4e560032706", "Name": "测试", "Contact": "测试", "Gender": 0, "Telephone": "13888888888", "Mobile": "13888888888", "Mail": "", "HeadImg": "", "LabelIDs": "", "LabelNames": "", "UserName": "13888888888", "CompanyName": "", "Area": "", "Address": "", "CreateTime": "2020-01-21", "RecentService": "", } }