完成用户邮箱登录和获得ip地址

This commit is contained in:
2026-01-08 08:36:28 +08:00
parent eb2b0cb999
commit 5624e598ec
19 changed files with 476 additions and 2 deletions

View File

@@ -71,6 +71,13 @@
<version>3.12.0</version>
</dependency>
<!-- OkHttp用于调用API -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.12.0</version>
</dependency>
<!-- AOP起步依赖 -->
<dependency>
<groupId>org.springframework.boot</groupId>