mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🎨 #2478 【微信支付】申请分账和查询分账结果添加detail_id
This commit is contained in:
parent
6f23c5e289
commit
37fe7d21ef
@ -168,5 +168,16 @@ public class ProfitSharingResult implements Serializable {
|
||||
*/
|
||||
@SerializedName("finish_time")
|
||||
private String finishTime;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* 字段名:微信分账明细单号
|
||||
* 是否必填:是
|
||||
* 每笔分账业务执行的明细单号,可与资金账单对账使用,
|
||||
* 例如:36011111111111111111111
|
||||
* </pre>
|
||||
*/
|
||||
@SerializedName("detail_id")
|
||||
private String detailId;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user