PrePay codeUrl file change to payUrl

This commit is contained in:
jinyu
2017-04-11 14:30:47 +08:00
parent 291c263a54
commit 38e2f62154
7 changed files with 50 additions and 35 deletions
+7 -1
View File
@@ -13,11 +13,17 @@
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-server</url>
<description>微信消息netty服务器</description>
<dependencies>
<dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.8.Final</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>