This commit is contained in:
Lemon
2025-10-11 16:07:42 +08:00
9 changed files with 428 additions and 213 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() {