mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 校验支付单
This commit is contained in:
@@ -2,6 +2,8 @@ package com.jsowell.adapay.common;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 关于支付,Adapay 系统内数据是通过 Payment对象 的形式进行流转,所有的支付相关信息都会存储在这个对象中,
|
||||
* 您可以通过 Adapay 开放的方法创建一个新的 Payment对象,也可以通过 Payment对象 的唯一标识 id 来查询一个已经存在的 Payment对象 状态
|
||||
@@ -159,7 +161,7 @@ public class AdaPayment {
|
||||
private String fee_amt;
|
||||
|
||||
// 分账对象信息列表,详见 分账对象信息列表
|
||||
private String div_members;
|
||||
private List<DivMember> div_members;
|
||||
|
||||
// 支付确认对象 列表
|
||||
private String payment_confirms;
|
||||
|
||||
Reference in New Issue
Block a user