Hai Liang W.

Results 188 comments of Hai Liang W.

nginx 配置文件: https://github.com/chatopera/cskefu/tree/osc/nginx 启动: ``` docker-compose up -d nginx ``` HTTPS 配置参考 * https://chatopera.blog.csdn.net/article/details/105820829 * https://github.com/chatopera/cskefu/issues/414#issuecomment-790485168

在 URL 中支持参数,目前需要改源码。现在支持的是:这个用户在座席端绑定了联系人模块中的一个联系人,那么下次 TA 再进入,就可以有名字。

这部分代码,可以从 https://github.com/chatopera/cskefu/blob/osc/contact-center/app/src/main/java/com/chatopera/cc/controller/apps/IMController.java#L1004 开始看。 更多的信息,现在并没有文档。欢迎提交 PR 来完善这个功能。

在实现这个功能吗?这个解决思路就是找到 "Guest_xx" 名字生成的地方,然后检查是否有 URL 传入的值,如果有则用传入的。 @jinxiaonb

![image](https://user-images.githubusercontent.com/3538629/144823482-46b5982e-b0d1-49d5-bf00-7d1c6f208183.png)

稍后我们看一下,另外如有变更优化,欢迎提交 PR 到春松客服,合并加入开源代码中。 --- **请使用以下工具提升沟通效率** * 工单管理: https://github.com/chatopera/cskefu/issues * 文档中心:https://docs.chatopera.com/ * 商务洽谈:https://www.chatopera.com/mail.html **春松客服大讲堂** [https://chatopera.blog.csdn.net/article/details/121599407](https://chatopera.blog.csdn.net/article/details/121599407)

@all-contributors please add @lokywang for ideas

系统管理员登录,进入系统管理 - 渠道管理 -网站渠道,点击 接入。 完成样式设计。 ![image](https://user-images.githubusercontent.com/3538629/160363185-4ee3149f-8eb0-45e0-bf87-52695fe775c0.png) 如果还不满足需求,可以更改源码: https://github.com/chatopera/cskefu/blob/osc/contact-center/app/src/main/resources/templates/apps/im/point.pug

可以修改,目前可通过配置实现的样式,已经介绍了,见下。 > 系统管理员登录,进入系统管理 - 渠道管理 -网站渠道,点击 接入。 > > 完成样式设计。 > > ![image](https://user-images.githubusercontent.com/3538629/160363185-4ee3149f-8eb0-45e0-bf87-52695fe775c0.png) > > 如果还不满足需求,可以更改源码: > > https://github.com/chatopera/cskefu/blob/osc/contact-center/app/src/main/resources/templates/apps/im/point.pug