2.14.6发布

This commit is contained in:
egan
2023-09-13 21:23:24 +08:00
parent 0ebe2878a4
commit bf3670665d
19 changed files with 32 additions and 31 deletions

View File

@@ -22,7 +22,7 @@
<dependency>
<groupId>com.egzosn</groupId>
<artifactId>{module-name}</artifactId>
<version>2.14.5</version>
<version>2.14.6</version>
</dependency>
```

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>pay-java-parent</artifactId>
<groupId>com.egzosn</groupId>
<version>2.14.5</version>
<version>2.14.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pay-java-ali</artifactId>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>pay-java-parent</artifactId>
<groupId>com.egzosn</groupId>
<version>2.14.5</version>
<version>2.14.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pay-java-baidu</artifactId>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>pay-java-parent</artifactId>
<groupId>com.egzosn</groupId>
<version>2.14.5</version>
<version>2.14.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>

View File

@@ -288,11 +288,11 @@ public class HttpRequestTemplate {
* @return 类型对象
* <code>
* Map&lt;String, String&gt; uriVariables = new HashMap&lt;String, String&gt;();<br>
* <p>
*
* uriVariables.put(&quot;id&quot;, &quot;1&quot;);<br>
* <p>
*
* uriVariables.put(&quot;type&quot;, &quot;APP&quot;);<br>
* <p>
*
* getForObject(&quot;http://egan.in/pay/{id}/f/{type}&quot;, String.class, uriVariables)<br>
* </code>
*/
@@ -368,11 +368,11 @@ public class HttpRequestTemplate {
* @return 类型对象
* <code>
* Map&lt;String, String&gt; uriVariables = new HashMap&lt;String, String&gt;();<br>
* <p>
*
* uriVariables.put(&quot;id&quot;, &quot;1&quot;);<br>
* <p>
*
* uriVariables.put(&quot;type&quot;, &quot;APP&quot;);<br>
* <p>
*
* getForObject(&quot;http://egan.in/pay/{id}/f/{type}&quot;, String.class, uriVariables)<br>
* </code>
*/
@@ -391,11 +391,11 @@ public class HttpRequestTemplate {
* @return 类型对象
* <code>
* Map&lt;String, String&gt; uriVariables = new HashMap&lt;String, String&gt;();<br>
* <p>
*
* uriVariables.put(&quot;id&quot;, &quot;1&quot;);<br>
* <p>
*
* uriVariables.put(&quot;type&quot;, &quot;APP&quot;);<br>
* <p>
*
* getForObject(&quot;http://egan.in/pay/{id}/f/{type}&quot;, String.class, uriVariables)<br>
* </code>
*/

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>pay-java-parent</artifactId>
<groupId>com.egzosn</groupId>
<version>2.14.5</version>
<version>2.14.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>war</packaging>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>pay-java-parent</artifactId>
<groupId>com.egzosn</groupId>
<version>2.14.5</version>
<version>2.14.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pay-java-fuiou</artifactId>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>pay-java-parent</artifactId>
<groupId>com.egzosn</groupId>
<version>2.14.5</version>
<version>2.14.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pay-java-payoneer</artifactId>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>pay-java-parent</artifactId>
<groupId>com.egzosn</groupId>
<version>2.14.5</version>
<version>2.14.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -62,7 +62,7 @@ import com.egzosn.pay.paypal.v2.utils.PayPalUtil;
* 贝宝支付配置存储
*
* @author egan
* <p>
*
* email egzosn@gmail.com
* date 2021-1-16 22:15:09
*/

View File

@@ -2,8 +2,8 @@ package com.egzosn.pay.paypal.v2.bean;
/**
* @author Egan
* @email egan@egzosn.com
* @date 2023/9/12
* email egan@egzosn.com
* date 2023/9/12
*/
public final class Constants {
private Constants() {

View File

@@ -20,8 +20,8 @@ import com.egzosn.pay.common.exception.PayErrorException;
/**
* @author Egan
* @email egan@egzosn.com
* @date 2023/9/12
* email egan@egzosn.com
* date 2023/9/12
*/
public final class PayPalUtil {
private static final Logger LOG = LoggerFactory.getLogger(PayPalUtil.class);

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>pay-java-parent</artifactId>
<groupId>com.egzosn</groupId>
<version>2.14.5</version>
<version>2.14.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>pay-java-parent</artifactId>
<groupId>com.egzosn</groupId>
<version>2.14.5</version>
<version>2.14.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>pay-java-parent</artifactId>
<groupId>com.egzosn</groupId>
<version>2.14.5</version>
<version>2.14.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pay-java-wx-youdian</artifactId>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>pay-java-parent</artifactId>
<groupId>com.egzosn</groupId>
<version>2.14.5</version>
<version>2.14.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pay-java-wx</artifactId>

View File

@@ -6,9 +6,10 @@ import com.egzosn.pay.common.bean.TransactionType;
import com.egzosn.pay.common.http.HttpStringEntity;
/**
* 微信支付接口
* @author Egan
* @email egan@egzosn.com
* @date 2023/9/11
* email egan@egzosn.com
* date 2023/9/11
*/
public interface WxPayServiceInf extends PayService<WxPayConfigStorage> {
/**

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>pay-java-parent</artifactId>
<groupId>com.egzosn</groupId>
<version>2.14.5</version>
<version>2.14.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -7,7 +7,7 @@
<groupId>com.egzosn</groupId>
<artifactId>pay-java-parent</artifactId>
<packaging>pom</packaging>
<version>2.14.5</version>
<version>2.14.6</version>
<name>Pay Java - Parent</name>
<description>Pay Java Parent</description>
@@ -65,7 +65,7 @@
<properties>
<pay.version>2.14.5</pay.version>
<pay.version>2.14.6</pay.version>
<httpmime.version>4.5.4</httpmime.version>
<log4j.version>1.2.17</log4j.version>
<fastjson.version>1.2.83</fastjson.version>