ソースを参照

外呼系统开发

anderx 1 年間 前
コミット
5e86779677
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1 1
      src/main/java/com/goafanti/customer/service/impl/UserOutboundServiceImpl.java
  2. 1 1
      src/main/resources/props/config_test.properties

+ 1 - 1
src/main/java/com/goafanti/customer/service/impl/UserOutboundServiceImpl.java

@@ -195,7 +195,7 @@ public class UserOutboundServiceImpl extends BaseMybatisDao<CallLogMapper> imple
         pushCountUser(uid);
         //需要关闭客户呼叫中
         try {
-            LoggerUtils.debug(getClass(),String.format("websocket通信成功=》{}",callResultMsg));
+            LoggerUtils.debug(getClass(),String.format("websocket通信成功=》%s",callResultMsg));
             systemWebSocketHandler.sendMessageToUser(admin.getId(), new TextMessage(callResultMsg));
         }catch (Exception e ){
             LoggerUtils.error(getClass(),"websocket通信失败");

+ 1 - 1
src/main/resources/props/config_test.properties

@@ -1,5 +1,5 @@
 dev.name=test
-static.host=//static.jishutao.com/1.3.28
+static.host=//static.jishutao.com/1.3.29
 #Driver
 jdbc.driverClassName=com.mysql.jdbc.Driver
 jdbc.url=jdbc:mysql://127.0.0.1:3306/aft?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false