【代码评审】门店自提:相关代码的优化、以及 todo 评审

This commit is contained in:
YunaiV
2024-08-07 22:09:31 +08:00
parent 5b59ce5261
commit 8775472af7
3 changed files with 3 additions and 9 deletions

View File

@ -110,11 +110,6 @@
<artifactId>wx-java-miniapp-spring-boot-starter</artifactId> <!-- 微信登录(小程序) -->
</dependency>
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java-sms</artifactId> <!-- 短信(腾讯云) -->
</dependency>
<dependency>
<groupId>com.xingyuv</groupId>
<artifactId>spring-boot-starter-captcha-plus</artifactId> <!-- 验证码,一般用于登录使用 -->