登录页面

登录接口功能
This commit is contained in:
xiongfeng
2022-06-28 20:07:35 +08:00
parent 9212332d4e
commit 6fabbcacd2
8 changed files with 136 additions and 24 deletions

View File

@@ -90,6 +90,14 @@
<version>2.11.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.alibaba/fastjson -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>2.0.8</version>
</dependency>
</dependencies>