Skip to content

Commit 37fe7d2

Browse files
azoueverbinarywang
authored andcommitted
🎨 binarywang#2478 【微信支付】申请分账和查询分账结果添加detail_id
1 parent 6f23c5e commit 37fe7d2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/profitsharingV3/ProfitSharingResult.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,16 @@ public static class Receiver implements Serializable {
168168
*/
169169
@SerializedName("finish_time")
170170
private String finishTime;
171+
172+
/**
173+
* <pre>
174+
* 字段名:微信分账明细单号
175+
* 是否必填:是
176+
* 每笔分账业务执行的明细单号,可与资金账单对账使用,
177+
* 例如:36011111111111111111111
178+
* </pre>
179+
*/
180+
@SerializedName("detail_id")
181+
private String detailId;
171182
}
172183
}

0 commit comments

Comments
 (0)