4.1.9客户详情


接口地址:http://127.0.0.30/api/kuerp/third/customers/customersInfo
请求类型:application/x-www-form-urlencoded
请求方式:post
接口备注:暂无描述
调试工具:ApiPost

请求体参数说明:

参数名称 示例值 类型 参数说明
account 165945954465 String 账号
sign ec35d52ba94d1e0b9dc11d7ffd778b03 String 签名(签名字段:account,mobile)
request_time 1647399954 Number 请求时间戳(小于当前时间5分钟的请求会认为无效)
mobile 13555555555 String 电话号码

返回参数说明:

参数名称 示例值 类型 参数说明
code 1 Number 状态码
msg 查询成功 String 返回文字描述
time 1647400106 Number 时间
data Array 返回数据
data.customer_code KH003 String 客户编号
data.name 客户名称 String 客户名称
data.mobile 13555555555 String 电话号码
data.address Object 收货地址
data.note Object 备注
data.saler ZY001 String 销售员编号
data.createtime 1647398431 Number 添加时间戳
data.status 1 String 状态(1:正常,其他:异常)
data.createtime_text 2022-03-16 10:40:31 String 添加时间
Text 暂无描述

返回示例:

csharp
{
    "code": 1,
    "msg": "查询成功",
    "time": "1647400106",
    "data": {
        "customer_code": "KH003",
        "name": "客户名称",
        "mobile": "13555555555",
        "address": "",
        "note": "",
        "saler": "ZY001",
        "createtime": 1647398431,
        "status": "1",
        "createtime_text": "2022-03-16 10:40:31"
    }
}

未来鸟 2022年3月29日 19:17 收藏文檔