简要描述:

请求域名:

  • http://xx.com

请求URL:

POST/plugin.customer-archive.frontend.customer-archive.get-customer-info

参数:

参数名 是否必须 类型 说明
customer_archive_id int 客户id

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "ok",
    "data": {
        "id": 1,
        "uniacid": 1,
        "member_id": 1,
        "name": "子鸟",
        "mobile": "13912192421",
        "created_at": "2024-11-06 15:49:53",
        "updated_at": "2024-11-06 15:49:53",
    }
}

返回参数说明:

参数名 类型 说明
id int 客户ID
name string 客户姓名
mobile int 客户手机