ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
**简要描述:** - 获取客服设置 **请求URL:** - `/adminapi/settings.service.service/getConfig` **请求方式:** - GET **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "service_type": 1, "phone": 123456, "qr_code": "http://www.likeshopb2cv3.localhost/qr.png", "wechat": "lsv3", "online_type": 1, "h5_url": "h5.jpg" } } ``` **返回参数:** |参数名 |类型 |说明 | |:--| |service_type |int |客服方式 1-人工客服 2-在线客服| |phone |string |客服电话| |qr_code |string |客服二维码| |wechat |string |客服微信号| |online_type |int |在线客服类型 1-第三方H5客服| |h5_url |int |h5客服链接|