mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-14 05:43:46 +08:00
refactor: V2退款进入过期模式
由于V3已经推出了退款功能,所以V2退款 WechatPayRefundApi 被标记为 Deprecated 未来会被移除
This commit is contained in:
@@ -28,6 +28,7 @@ import org.springframework.http.HttpMethod;
|
|||||||
* @author felord.cn
|
* @author felord.cn
|
||||||
* @since 1.0.5.RELEASE
|
* @since 1.0.5.RELEASE
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public class WechatPayRefundApi {
|
public class WechatPayRefundApi {
|
||||||
private final WechatV2Client wechatV2Client;
|
private final WechatV2Client wechatV2Client;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user