Browse Source

回传策略优化

wcc 7 tháng trước cách đây
mục cha
commit
25055e56a3
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      game-back/game-back-serve/pom.xml

+ 6 - 0
game-back/game-back-serve/pom.xml

@@ -95,6 +95,12 @@
             <groupId>com.zanxiang.module</groupId>
             <artifactId>zx-redis</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>com.squareup.okhttp3</groupId>
+            <artifactId>okhttp</artifactId>
+            <version>4.12.0</version>
+        </dependency>
         <!-- 谷歌http工具类 -->
         <dependency>
             <groupId>cn.hutool</groupId>