支付模块,发起交易,暂时是比较 demo 的代码。未完成~

This commit is contained in:
YunaiV
2019-03-13 00:56:03 +08:00
parent 0c8a79a8ed
commit 6a217b12c6
14 changed files with 338 additions and 9 deletions

View File

@@ -60,6 +60,13 @@
<version>27.0.1-jre</version>
</dependency>
<dependency>
<groupId>Pingplusplus</groupId>
<artifactId>pingpp-java</artifactId>
<version>2.2.4</version>
<type>jar</type>
</dependency>
</dependencies>
<build>
@@ -85,4 +92,15 @@
</build>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
</repositories>
</project>