mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 13:35:15 +08:00
汇付基础响应
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user