mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-25 01:14:36 +08:00
🎨 #3089【微信支付】新增代金券详情接口返回类增加商户单据号字段
This commit is contained in:
parent
db2d9d763c
commit
1c027f12a7
@ -142,6 +142,15 @@ public class FavorCouponsGetResult implements Serializable {
|
|||||||
@SerializedName("singleitem")
|
@SerializedName("singleitem")
|
||||||
private Boolean singleitem;
|
private Boolean singleitem;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 商户单据号
|
||||||
|
* <p>
|
||||||
|
* 商户此次发放凭据号(格式:商户id+日期+流水号),可包含英文字母,数字,|,_,*,-等内容,不允许出现其他不合法符号,商户侧需保持唯一性。
|
||||||
|
* 示例值: 89560002019101000121
|
||||||
|
*/
|
||||||
|
@SerializedName("out_request_no")
|
||||||
|
private String outRequestNo;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 满减券信息
|
* 满减券信息
|
||||||
* <p>
|
* <p>
|
||||||
|
@ -112,7 +112,7 @@ public class FavorStocksGetResult implements Serializable {
|
|||||||
* 示例值:100
|
* 示例值:100
|
||||||
*/
|
*/
|
||||||
@SerializedName("distributed_coupons")
|
@SerializedName("distributed_coupons")
|
||||||
private Integer distributedCoupons;
|
private Long distributedCoupons;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 是否无资金流
|
* 是否无资金流
|
||||||
|
Loading…
Reference in New Issue
Block a user