enhance: 发起商家转账增加回调通知

Closes #123
This commit is contained in:
xiafang
2024-04-29 12:50:12 +08:00
parent d068734422
commit 6e2b6decf4

View File

@@ -61,6 +61,11 @@ public class CreateBatchTransferParams {
* 指定该笔转账使用的转账场景ID
*/
private String transferSceneId;
/**
* 回调通知
* @since 1.0.20
*/
private String notifyUrl;
/**
* 转账明细.
@@ -96,4 +101,4 @@ public class CreateBatchTransferParams {
*/
private String userIdCard;
}
}
}