mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-14 05:43:46 +08:00
refactor: 基础支付增加电子发票入口开放标识
This commit is contained in:
@@ -23,6 +23,8 @@ import lombok.Data;
|
|||||||
import java.time.LocalDateTime;
|
import java.time.LocalDateTime;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* The type Abstract pay params.
|
||||||
|
*
|
||||||
* @author felord.cn
|
* @author felord.cn
|
||||||
* @since 1.0.8.RELEASE
|
* @since 1.0.8.RELEASE
|
||||||
*/
|
*/
|
||||||
@@ -68,6 +70,13 @@ public abstract class AbstractPayParams {
|
|||||||
* 支付者 JSAPI/小程序下单 必传
|
* 支付者 JSAPI/小程序下单 必传
|
||||||
*/
|
*/
|
||||||
private Payer payer;
|
private Payer payer;
|
||||||
|
/**
|
||||||
|
* 电子发票入口开放标识
|
||||||
|
* <p>
|
||||||
|
* 传入{@code true}时,支付成功消息和支付详情页将出现开票入口。需要在微信支付商户平台或微信公众平台开通电子发票功能,传此字段才可生效。
|
||||||
|
* @since 1.0.16.RELEASE
|
||||||
|
*/
|
||||||
|
private Boolean supportFapiao;
|
||||||
/**
|
/**
|
||||||
* 场景信息
|
* 场景信息
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user