mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-04 11:37:37 +00:00
ref 支付宝支付替换为原生SDK方式
This commit is contained in:
@@ -12,7 +12,23 @@ import lombok.Data;
|
||||
@Schema(title = "支付宝支付参数")
|
||||
public class AliPayParam implements ChannelParam {
|
||||
|
||||
/**
|
||||
* 授权码(主动扫描用户的付款码)
|
||||
*/
|
||||
@Schema(description = "授权码(主动扫描用户的付款码)")
|
||||
private String authCode;
|
||||
|
||||
/**
|
||||
* 【描述】小程序支付中,商户实际经营主体的小程序应用的appid,也即最终唤起收银台支付所在的小程序的应用id
|
||||
* 【注意事项】商户需要先在产品管理中心绑定该小程序appid,否则下单会失败
|
||||
*/
|
||||
@Schema(description = "商户实际经营主体的小程序应用的appid")
|
||||
private String opAppId;
|
||||
|
||||
/**
|
||||
* 买家支付宝用户唯一标识
|
||||
*/
|
||||
@Schema(description = "买家支付宝用户唯一标识")
|
||||
private String openId;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user