Skip to content

Commit

Permalink
2.14.6发布
Browse files Browse the repository at this point in the history
  • Loading branch information
egzosn committed Sep 13, 2023
1 parent 0ebe287 commit bf36706
Show file tree
Hide file tree
Showing 19 changed files with 32 additions and 31 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>com.egzosn</groupId>
<artifactId>{module-name}</artifactId>
<version>2.14.5</version>
<version>2.14.6</version>
</dependency>

```
Expand Down
2 changes: 1 addition & 1 deletion pay-java-ali/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pay-java-baidu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pay-java-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,11 +288,11 @@ public <T> T getForObject(String uri, Class<T> responseType, Object... uriVariab
* @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>
*/
Expand Down Expand Up @@ -368,11 +368,11 @@ public <T> ResponseEntity<T> getForObjectEntity(String uri, Class<T> responseTyp
* @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>
*/
Expand All @@ -391,11 +391,11 @@ public <T> T getForObject(String uri, HttpHeader header, Class<T> responseType,
* @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>
*/
Expand Down
2 changes: 1 addition & 1 deletion pay-java-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pay-java-fuiou/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pay-java-payoneer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pay-java-paypal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
* 贝宝支付配置存储
*
* @author egan
* <p>
*
* email [email protected]
* date 2021-1-16 ‏‎22:15:09
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* @author Egan
* @email [email protected]
* @date 2023/9/12
* email [email protected]
* date 2023/9/12
*/
public final class Constants {
private Constants() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

/**
* @author Egan
* @email [email protected]
* @date 2023/9/12
* email [email protected]
* date 2023/9/12
*/
public final class PayPalUtil {
private static final Logger LOG = LoggerFactory.getLogger(PayPalUtil.class);
Expand Down
2 changes: 1 addition & 1 deletion pay-java-union/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion pay-java-web-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pay-java-wx-youdian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pay-java-wx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
import com.egzosn.pay.common.http.HttpStringEntity;

/**
* 微信支付接口
* @author Egan
* @email [email protected]
* @date 2023/9/11
* email [email protected]
* date 2023/9/11
*/
public interface WxPayServiceInf extends PayService<WxPayConfigStorage> {
/**
Expand Down
2 changes: 1 addition & 1 deletion pay-java-yiji/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit bf36706

Please sign in to comment.