简要描述:

  • 客服连接验证

请求URL:

POST/customerapi/index/verifyInfo

参数:

参数名 是否必须 类型 说明
seller_code string 商户标识
domain string 商城域名(例:http://www.com)

返回示例:

正确时返回:

{
    "code": 0,
    "data": {
        "seller": "5d3e520401f40",
        "time": 1570776039,
        "token": "4f9c718a75a6c957b6d1fb8f8d137c74"
    },
    "msg": "获取成功"
}

返回参数说明:

参数名 类型 说明
time string 时间戳
token int token
seller string 商户标识