🎨 #2478 【微信支付】申请分账和查询分账结果添加detail_id

This commit is contained in:
徐凯旋 2022-01-26 19:03:58 +08:00 committed by Binary Wang
parent 6f23c5e289
commit 37fe7d21ef

View File

@ -168,5 +168,16 @@ public class ProfitSharingResult implements Serializable {
*/
@SerializedName("finish_time")
private String finishTime;
/**
* <pre>
* 字段名微信分账明细单号
* 是否必填
* 每笔分账业务执行的明细单号可与资金账单对账使用
* 例如36011111111111111111111
* </pre>
*/
@SerializedName("detail_id")
private String detailId;
}
}