Skip to content

Commit bf36706

Browse files
committed
2.14.6发布
1 parent 0ebe287 commit bf36706

19 files changed

Lines changed: 32 additions & 31 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.egzosn</groupId>
2424
<artifactId>{module-name}</artifactId>
25-
<version>2.14.5</version>
25+
<version>2.14.6</version>
2626
</dependency>
2727

2828
```

pay-java-ali/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>pay-java-parent</artifactId>
77
<groupId>com.egzosn</groupId>
8-
<version>2.14.5</version>
8+
<version>2.14.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>pay-java-ali</artifactId>

pay-java-baidu/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>pay-java-parent</artifactId>
77
<groupId>com.egzosn</groupId>
8-
<version>2.14.5</version>
8+
<version>2.14.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>pay-java-baidu</artifactId>

pay-java-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>pay-java-parent</artifactId>
77
<groupId>com.egzosn</groupId>
8-
<version>2.14.5</version>
8+
<version>2.14.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>jar</packaging>

pay-java-common/src/main/java/com/egzosn/pay/common/http/HttpRequestTemplate.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -288,11 +288,11 @@ public <T> T getForObject(String uri, Class<T> responseType, Object... uriVariab
288288
* @return 类型对象
289289
* <code>
290290
* Map&lt;String, String&gt; uriVariables = new HashMap&lt;String, String&gt;();<br>
291-
* <p>
291+
*
292292
* uriVariables.put(&quot;id&quot;, &quot;1&quot;);<br>
293-
* <p>
293+
*
294294
* uriVariables.put(&quot;type&quot;, &quot;APP&quot;);<br>
295-
* <p>
295+
*
296296
* getForObject(&quot;http://egan.in/pay/{id}/f/{type}&quot;, String.class, uriVariables)<br>
297297
* </code>
298298
*/
@@ -368,11 +368,11 @@ public <T> ResponseEntity<T> getForObjectEntity(String uri, Class<T> responseTyp
368368
* @return 类型对象
369369
* <code>
370370
* Map&lt;String, String&gt; uriVariables = new HashMap&lt;String, String&gt;();<br>
371-
* <p>
371+
*
372372
* uriVariables.put(&quot;id&quot;, &quot;1&quot;);<br>
373-
* <p>
373+
*
374374
* uriVariables.put(&quot;type&quot;, &quot;APP&quot;);<br>
375-
* <p>
375+
*
376376
* getForObject(&quot;http://egan.in/pay/{id}/f/{type}&quot;, String.class, uriVariables)<br>
377377
* </code>
378378
*/
@@ -391,11 +391,11 @@ public <T> T getForObject(String uri, HttpHeader header, Class<T> responseType,
391391
* @return 类型对象
392392
* <code>
393393
* Map&lt;String, String&gt; uriVariables = new HashMap&lt;String, String&gt;();<br>
394-
* <p>
394+
*
395395
* uriVariables.put(&quot;id&quot;, &quot;1&quot;);<br>
396-
* <p>
396+
*
397397
* uriVariables.put(&quot;type&quot;, &quot;APP&quot;);<br>
398-
* <p>
398+
*
399399
* getForObject(&quot;http://egan.in/pay/{id}/f/{type}&quot;, String.class, uriVariables)<br>
400400
* </code>
401401
*/

pay-java-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>pay-java-parent</artifactId>
77
<groupId>com.egzosn</groupId>
8-
<version>2.14.5</version>
8+
<version>2.14.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>war</packaging>

pay-java-fuiou/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>pay-java-parent</artifactId>
77
<groupId>com.egzosn</groupId>
8-
<version>2.14.5</version>
8+
<version>2.14.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>pay-java-fuiou</artifactId>

pay-java-payoneer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>pay-java-parent</artifactId>
77
<groupId>com.egzosn</groupId>
8-
<version>2.14.5</version>
8+
<version>2.14.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>pay-java-payoneer</artifactId>

pay-java-paypal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>pay-java-parent</artifactId>
77
<groupId>com.egzosn</groupId>
8-
<version>2.14.5</version>
8+
<version>2.14.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pay-java-paypal/src/main/java/com/egzosn/pay/paypal/v2/api/PayPalPayService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
* 贝宝支付配置存储
6363
*
6464
* @author egan
65-
* <p>
65+
*
6666
* email egzosn@gmail.com
6767
* date 2021-1-16 ‏‎22:15:09
6868
*/

0 commit comments

Comments
 (0)