refactor: V2退款进入过期模式

由于V3已经推出了退款功能,所以V2退款 WechatPayRefundApi 被标记为 Deprecated 未来会被移除
This commit is contained in:
felord.cn
2021-02-03 11:17:26 +08:00
committed by felord.cn
parent 75584f374f
commit 2bbe9a80cd

View File

@@ -28,6 +28,7 @@ import org.springframework.http.HttpMethod;
* @author felord.cn
* @since 1.0.5.RELEASE
*/
@Deprecated
public class WechatPayRefundApi {
private final WechatV2Client wechatV2Client;