请求方式:
GET
请求地址:
https://api.eshouhou.cn/api/CustomerService/GetCustomerDetail?access_token=eXNoNTRkZDRmOGFyaW5meCY2YTgyNTFiYS1jZTY0LTQ2YjctYTUwNS1hNGU1NjAwMzI3MDYmMTIw
请求参数:
参数 | 类型 | 必填 | 名称 | 备注 |
customerId | String | 是 | 客户id |
返回参数:
参数 | 类型 | 必填 | 名称 |
ResultCode | String | 是 | 返回编码 |
ErrorMsg | String | 否 | 返回信息 |
ResultValue | Array Object | 否 | 返回集合对象 |
ResultValue对象:
参数 | 类型 | 必填 | 名称 | 备注 |
ShowType | string | 是 | 展示类型 | 展示类型:0纯展示,1图片 |
Key | string | 否 | 展示名称 | |
Value | string | 否 | 展示值 |
请求示例:
https://api.eshouhou.cn/api/CustomerService/ GetCustomerDetail?access_token= eXNoNTRkZDRmOGFyaW5meCY2YTgyNTFiYS1jZTY0LTQ2YjctYTUwNS1hNGU1NjAwMzI3MDYmMTI&customerId=8125e4ba-9f17-4d15-8f1b-d6b14e9e4952
返回成功示例:
{ "ResultCode": 0, "ErrorMsg": "", "ResultValue": [ { "ShowType": 0, "Key": "客户编号", "Value": "CF00000102" }, { "ShowType": 0, "Key": "客户名称", "Value": "短信微信小程序" } ] } |