修改HttpUtil

This commit is contained in:
禾几海
2020-07-31 21:17:35 +08:00
parent 6b29cd39d4
commit 4a2abc47cc
3 changed files with 57 additions and 7 deletions

14
pom.xml
View File

@@ -148,6 +148,20 @@
<artifactId>jjwt</artifactId>
<version>0.9.1</version>
</dependency>
<!-- OkHttp -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.8.0</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.3.72</version>
</dependency>
</dependencies>
<build>