mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-20 01:13:44 +08:00
feat: 日常维护
- 支付宝增加证书路径的选择方式 - 微信支付 《支付通知API》新增优惠功能(promotion_detail)字段
This commit is contained in:
@@ -19,6 +19,7 @@ package cn.felord.payment.wechat.v3.model.combine;
|
||||
|
||||
import cn.felord.payment.wechat.enumeration.TradeState;
|
||||
import cn.felord.payment.wechat.enumeration.TradeType;
|
||||
import cn.felord.payment.wechat.v3.model.PromotionDetail;
|
||||
import cn.felord.payment.wechat.v3.model.SceneInfo;
|
||||
import lombok.Data;
|
||||
|
||||
@@ -125,6 +126,13 @@ public class CombineTransactionConsumeData {
|
||||
*/
|
||||
private String transactionId;
|
||||
|
||||
/**
|
||||
* 优惠功能,子单有核销优惠券时有返回
|
||||
*
|
||||
* @since 1.0.11.RELEASE
|
||||
*/
|
||||
private List<PromotionDetail> promotionDetail;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user