update 新增接口:修改手机,修改密码,忘记密码

This commit is contained in:
宋天
2021-11-17 10:15:22 +08:00
parent c84e19e14e
commit 8e0569ee54
19 changed files with 696 additions and 18 deletions

View File

@ -91,6 +91,13 @@
<scope>test</scope>
</dependency>
<!--单元测试相关-->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<!-- 工具类相关 -->
</dependencies>