交易分账 重构

This commit is contained in:
2023-08-28 14:53:02 +08:00
parent 994370f323
commit 7a9361af9d
3 changed files with 37 additions and 16 deletions

View File

@@ -35,4 +35,9 @@ public class PayOrderSuccessCallbackDTO {
* 0-后管启动1-用户app启动2-卡启动3-离线卡启动; 4-联联平台启动; 5-车辆vin码启动
*/
private String startMode;
/**
* 收单机构0-本账户余额1-微信支付2-汇付支付)
*/
private String acquirer;
}