ソースを参照

修改为https协议

zwp 4 年 前
コミット
1580208b59
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      uchat_room/src/main/java/com/shanp/youqi/room/RoomBuilder.java

+ 1 - 1
uchat_room/src/main/java/com/shanp/youqi/room/RoomBuilder.java

@@ -71,7 +71,7 @@ public class RoomBuilder {
         BasicConfig.INSTANCE.setCacheDir(Constants.CACHE_DIR);
         //Pingpp.DEBUG = BasicConfig.INSTANCE.isDebuggable();
 
-        UriProvider.init("http://" + host, "ws://" + host + ":3006");
+        UriProvider.init("https://" + host, "ws://" + host + ":3006");
         OkHttpManager.getInstance().init(context, BasicConfig.INSTANCE.isDebuggable());
 
         //initNimUIKit();