mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 06:25:13 +08:00
查询支付确认对象列表
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.jsowell.adapay.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class QueryPaymentConfirmDTO {
|
||||
/**
|
||||
* 控制台 主页面应用的app_id
|
||||
*/
|
||||
private String wechatAppId;
|
||||
|
||||
/**
|
||||
* Adapay生成的支付对象id
|
||||
*/
|
||||
private String paymentId;
|
||||
}
|
||||
Reference in New Issue
Block a user