mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 21:45:08 +08:00
汇付基础响应
This commit is contained in:
@@ -13,7 +13,7 @@ import java.util.List;
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@Builder
|
||||
public class PaymentConfirmResponse {
|
||||
public class PaymentConfirmResponse extends AdapayBaseResponse{
|
||||
|
||||
/**
|
||||
* 请求订单号,只能为英文、数字或者下划线的一种或多种组合,保证在app_id下唯一
|
||||
@@ -80,8 +80,4 @@ public class PaymentConfirmResponse {
|
||||
*/
|
||||
private String object;
|
||||
|
||||
/**
|
||||
* 当前交易状态,参见 状态 说明
|
||||
*/
|
||||
private String status;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user