mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
新增退款金额字段
This commit is contained in:
@@ -140,4 +140,11 @@ public class AdapayMemberService {
|
||||
adapaySettleAccount.setAreaCode(dto.getAreaCode());
|
||||
adapaySettleAccountService.insertAdapaySettleAccount(adapaySettleAccount);
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询汇付会员账户余额
|
||||
*/
|
||||
public void queryAdapayAccountBalance() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,6 +29,8 @@ public class OrderDetailInfoVO {
|
||||
// 支付信息
|
||||
private List<PayRecord> payRecordList;
|
||||
|
||||
|
||||
|
||||
// 枪口监控信息
|
||||
private List<PileMonitorData> realTimeMonitorDataList;
|
||||
|
||||
@@ -64,6 +66,7 @@ public class OrderDetailInfoVO {
|
||||
private String payTime; // 支付时间
|
||||
private String outTradeNo; // 微信商户订单号 real_time_monitor_data
|
||||
private String transactionId; // 微信支付订单号
|
||||
private String refundAmount; // 退款金额
|
||||
}
|
||||
|
||||
@Data
|
||||
|
||||
Reference in New Issue
Block a user