mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-03 17:40:13 +08:00
汇付基础响应
This commit is contained in:
@@ -7,7 +7,7 @@ import lombok.Data;
|
||||
* 查询支付确认对象详情反参
|
||||
*/
|
||||
@Data
|
||||
public class QueryPaymentConfirmDetailResponse {
|
||||
public class QueryPaymentConfirmDetailResponse extends AdapayBaseResponse{
|
||||
@JSONField(name = "payment_id")
|
||||
private String paymentId;
|
||||
|
||||
@@ -26,9 +26,6 @@ public class QueryPaymentConfirmDetailResponse {
|
||||
@JSONField(name = "object")
|
||||
private String object;
|
||||
|
||||
@JSONField(name = "status")
|
||||
private String status;
|
||||
|
||||
static class PaymentConfirm {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user