汇付基础响应

This commit is contained in:
2023-08-21 13:20:17 +08:00
parent e3f22f49c1
commit 3893afaa06
12 changed files with 140 additions and 40 deletions

View File

@@ -10,7 +10,7 @@ import lombok.*;
@NoArgsConstructor
@AllArgsConstructor
@Builder
public class RefundResponse {
public class RefundResponse extends AdapayBaseResponse{
/**
* 由 Adapay 生成的退款对象 id
*/
@@ -41,8 +41,4 @@ public class RefundResponse {
*/
private String fee_amt;
/**
* 当前交易状态,参见 状态 说明
*/
private String status;
}