提交新功能 分销商 积分 会员体系

This commit is contained in:
xwxuan
2024-02-08 20:44:58 +08:00
parent 0e255d6c3a
commit 6f5e6e4662
928 changed files with 39318 additions and 1408 deletions

View File

@ -72,7 +72,9 @@
<wx-java-mp.version>4.3.0</wx-java-mp.version>
<pay.boot.version>1.0.3</pay.boot.version>
<pay.version>2.14.5</pay.version>
<qrcode.version>3.3.3</qrcode.version>
<!-- <pay.version>2.14.4-fix</pay.version>-->
<weixin-java-cp.version>4.6.0</weixin-java-cp.version>
</properties>
<dependencyManagement>
@ -87,6 +89,11 @@
</dependency>
<!-- 业务组件 -->
<dependency>
<groupId>co.yixiang.boot</groupId>
<artifactId>yshop-module-distributor-biz</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>co.yixiang.boot</groupId>
<artifactId>yshop-spring-boot-starter-banner</artifactId>
@ -584,12 +591,19 @@
<artifactId>justauth-spring-boot-starter</artifactId> <!-- 社交登陆(例如说,个人微信、企业微信等等) -->
<version>${justauth.version}</version>
</dependency>
<!--微信公众号-->
<dependency>
<groupId>com.github.binarywang</groupId>
<artifactId>wx-java-mp-spring-boot-starter</artifactId>
<version>${wx-java-mp.version}</version>
</dependency>
<!--企业微信-->
<dependency>
<groupId>com.github.binarywang</groupId>
<artifactId>weixin-java-cp</artifactId>
<version>${weixin-java-cp.version}</version>
</dependency>
<!-- 积木报表-->
<dependency>
@ -635,6 +649,12 @@
<artifactId>pay-java-web-support</artifactId>
<version>${pay.version}</version>
</dependency>
<!--二维码-->
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
<version>${qrcode.version}</version>
</dependency>
</dependencies>
</dependencyManagement>