4.1.11注销客户


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

请求体参数说明:

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

返回参数说明:

参数名称 示例值 类型 参数说明
code 1 Number 状态码
msg 注销成功 String 返回文字描述
time 1647402085 Number 时间
data Array 返回数据
Text 暂无描述

返回示例:

css
{
    "code": 1,
    "msg": "注销成功",
    "time": "1647402085",
    "data": ""
}

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