充值兑换码相关接口
This commit is contained in:
@@ -40,10 +40,16 @@
|
|||||||
<zxing.version>3.5.3</zxing.version>
|
<zxing.version>3.5.3</zxing.version>
|
||||||
<weixin.java.miniapp.version>3.8.0</weixin.java.miniapp.version>
|
<weixin.java.miniapp.version>3.8.0</weixin.java.miniapp.version>
|
||||||
<pinyin.version>2.5.1</pinyin.version>
|
<pinyin.version>2.5.1</pinyin.version>
|
||||||
|
<IJPay.version>2.9.10</IJPay.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.javen205</groupId>
|
||||||
|
<artifactId>IJPay-All</artifactId>
|
||||||
|
<version>${IJPay.version}</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.belerweb</groupId>
|
<groupId>com.belerweb</groupId>
|
||||||
<artifactId>pinyin4j</artifactId>
|
<artifactId>pinyin4j</artifactId>
|
||||||
|
|||||||
@@ -17,6 +17,10 @@
|
|||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.javen205</groupId>
|
||||||
|
<artifactId>IJPay-All</artifactId>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.czg</groupId>
|
<groupId>com.czg</groupId>
|
||||||
<artifactId>czg-pay</artifactId>
|
<artifactId>czg-pay</artifactId>
|
||||||
@@ -24,4 +28,4 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user