二维码接口
This commit is contained in:
11
pom.xml
11
pom.xml
@ -239,6 +239,17 @@
|
||||
<artifactId>alipay-sdk-java</artifactId>
|
||||
<version>4.40.427.ALL</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>3.4.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>javase</artifactId>
|
||||
<version>3.4.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<!-- Build Configuration -->
|
||||
|
||||
Reference in New Issue
Block a user