找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 362|回复: 0

客服端接入配置参考

[复制链接]

5

主题

2

回帖

1382

积分

管理员

积分
1382
发表于 2024-8-30 09:26:26 | 显示全部楼层 |阅读模式
  1. <script src="{$_G['siteurl']}source/plugin/xchat/static/xchat/js/xchat.js?v={$_G['setting']['plugins']['version']['xchat']}"></script>
  2. <script>
  3.     XChat.init({
  4.     mode: 'kefu',
  5.     type: 'service',
  6.     text: '{$_G['cache']['plugin']['xchat']['text']}',
  7.     icon: '{$_G['cache']['plugin']['xchat']['icon']}',
  8.     open: {$_G['cache']['plugin']['xchat']['open']},
  9.     appName: '{$_G['cache']['plugin']['xchat']['appName']}',
  10.     appIcon: '{$_G['cache']['plugin']['xchat']['appIcon']}',
  11.     theme: '{$_G['cache']['plugin']['xchat']['theme']}',
  12.     sendImage: {$_G['cache']['plugin']['xchat']['sendImage']},
  13.     sendFile: {$_G['cache']['plugin']['xchat']['sendFile']},
  14.     sendVoice: {$_G['cache']['plugin']['xchat']['sendVoice']},
  15.     socket: '{$_G['cache']['plugin']['xchat']['socket']}',
  16.     port: '{$_G['cache']['plugin']['xchat']['port_socket']}',
  17.     viewport: '{$_G['cache']['plugin']['xchat']['viewport']}',
  18.     success: function(box) { {$_G['cache']['plugin']['xchat']['success']} },
  19.     hash: '{$_G['formhash']}'
  20. });
  21. </script>
复制代码

上面的$_G开头的变量为discuz系统变量,可以按需修改为实际值,其中hash、type参数不准省略!在你所需要展示客服端的页面底部插入以上代码即可
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|手机版|携信小栈 ( 鄂ICP备13016989号 )

GMT+8, 2024-10-23 05:35 , Processed in 0.015673 second(s), 15 queries , File On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表