!1031 【代码优化】MALL-TRADE:订单结算信息返回积分相关信息

Merge pull request !1031 from puhui999/develop
This commit is contained in:
芋道源码
2024-08-07 13:24:51 +00:00
committed by Gitee
4 changed files with 16 additions and 5 deletions

View File

@ -110,6 +110,11 @@
<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> <!-- 验证码,一般用于登录使用 -->