mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update
This commit is contained in:
@@ -669,13 +669,16 @@ public class SpringBootTestController {
|
||||
System.out.println("=================已分账:" + JSON.toJSONString(successList));
|
||||
}
|
||||
|
||||
/**
|
||||
* 测试分账
|
||||
*/
|
||||
@Test
|
||||
public void test() {
|
||||
String paymentId = "002212023091113071210547174455434940416";
|
||||
String paymentId = "002212023102616240210563531446717337600";
|
||||
AdapayMemberAccount adapayMemberAccount = new AdapayMemberAccount();
|
||||
adapayMemberAccount.setAdapayMemberId("ACM69460507");
|
||||
BigDecimal deductionAmount = new BigDecimal("19.9");
|
||||
String orderCode = "C88200971107";
|
||||
adapayMemberAccount.setAdapayMemberId("ACM25158725");
|
||||
BigDecimal deductionAmount = new BigDecimal("12.14");
|
||||
String orderCode = "C63381533584";
|
||||
String wechatAppId = "wxbb3e0d474569481d";
|
||||
// 延时分账,使用确认交易API
|
||||
PaymentConfirmResponse paymentConfirmResponse = adapayService.createPaymentConfirmRequest(paymentId,
|
||||
|
||||
Reference in New Issue
Block a user