简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2021-08-12

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明

请求参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "customer_window_mode": "2",
        "customer_to_tourists_tig": "您好,欢迎使用履约行的产品\r\n我们的产品有:\r\n1、档案管理\r\n2、合同审核和草拟\r\n3、法律咨询",
        "no_customer_show_to_user": "客服暂时未上线,请稍后再尝试连接获取客服",
        "visitor_websocket_timeout": "5",
        "is_open_customer_view_other_user_record": "2"
    },
    "other": []
}

错误时返回:

{
    "status": 0,
    "msg": "提交失败"
}

data返回参数说明:

参数名 类型 说明
customer_window_mode string 客服窗口退出模式【1=自动弹出,2=手动点击】
customer_to_tourists_tig string 游客提示
no_customer_show_to_user string 客服未在线时,显示的提示
visitor_websocket_timeout string 游客超时时间【分钟】
is_open_customer_view_other_user_record string 是否共享记录

备注:

文档更新时间: 2021-10-19 18:34   作者:admin