docs: 修改1.0.5相关的注释

This commit is contained in:
felord.cn
2021-02-02 10:40:44 +08:00
parent 145f182641
commit bc9496e1ad
8 changed files with 22 additions and 12 deletions

View File

@@ -5,11 +5,11 @@
<parent>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot</artifactId>
<version>1.0.5.SNAPSHOT</version>
<version>1.0.5.RELEASE</version>
</parent>
<artifactId>payment-spring-boot-autoconfigure</artifactId>
<version>1.0.5.SNAPSHOT</version>
<version>1.0.5.RELEASE</version>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>

View File

@@ -23,10 +23,10 @@ import com.fasterxml.jackson.databind.JsonNode;
import org.springframework.http.HttpMethod;
/**
* The type Wechat pay refund api.
* 退款相关API.
*
* @author felord.cn
* @since 1.0.4.RELEASE
* @since 1.0.5.RELEASE
*/
public class WechatPayRefundApi {
private final WechatV2Client wechatV2Client;