根据paymentIdList查询分账信息

This commit is contained in:
Guoqs
2025-10-11 14:12:32 +08:00
parent f59201129f
commit da5664b7bf
4 changed files with 176 additions and 142 deletions

View File

@@ -86,8 +86,8 @@ public class PaymentTestController {
@Test
public void queryCreateConfirmReverseNew() throws BaseAdaPayException {
List<String> paymentIdList = getPaymentIdList(); // 查询分账信息
List<String> splitInfoByPaymentIdList = adapayService.getSplitInfoByPaymentIdList(paymentIdList);
System.out.println("未分账paymentId:" + splitInfoByPaymentIdList);
Map<String, List<String>> splitInfoMap = adapayService.getSplitInfoMapByPaymentIdList(paymentIdList);
System.out.println("splitInfoMap:" + JSON.toJSONString(splitInfoMap));
}
public List<String> getPaymentIdList() {