添加扫码支付生成二维码的接口及其单元测试,#113

This commit is contained in:
Binary Wang
2017-01-06 11:40:46 +08:00
parent 2d072e909f
commit c142daa734
5 changed files with 115 additions and 14 deletions

View File

@@ -59,7 +59,11 @@
<artifactId>xml-path</artifactId>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>com.github.binarywang</groupId>
<artifactId>qrcode-utils</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
<build>