Skip to content

Commit

Permalink
🎨 #3089【微信支付】新增代金券详情接口返回类增加商户单据号字段
Browse files Browse the repository at this point in the history
  • Loading branch information
J authored and Binary Wang committed Jul 19, 2023
1 parent db2d9d7 commit 1c027f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,15 @@ public class FavorCouponsGetResult implements Serializable {
@SerializedName("singleitem")
private Boolean singleitem;

/**
* 商户单据号
* <p>
* 商户此次发放凭据号(格式:商户id+日期+流水号),可包含英文字母,数字,|,_,*,-等内容,不允许出现其他不合法符号,商户侧需保持唯一性。
* 示例值: 89560002019101000121
*/
@SerializedName("out_request_no")
private String outRequestNo;

/**
* 满减券信息
* <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public class FavorStocksGetResult implements Serializable {
* 示例值:100
*/
@SerializedName("distributed_coupons")
private Integer distributedCoupons;
private Long distributedCoupons;

/**
* 是否无资金流
Expand Down

0 comments on commit 1c027f1

Please sign in to comment.