简要描述:

请求域名:

  • http://xx.com

请求URL:

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

参数:

参数名 是否必须 类型 说明
form.id int 客户ID
form.name string 客户姓名
form.mobile int 客户手机

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "保存成功",
    "data": []
}

返回参数说明:

参数名 类型 说明