mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-08 03:50:13 +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,
|
||||
|
||||
@@ -24,7 +24,6 @@ public class SMSUtil {
|
||||
SMSUtil.redisCache = redisCache;
|
||||
}
|
||||
|
||||
|
||||
// 短信应用SDK AppKey
|
||||
private static final String APP_KEY = "8ebcf52de98416814b440891350cd594";
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ public class OrderInvoiceRecordVO {
|
||||
private String orderCodes;
|
||||
private String status;
|
||||
private String createTime;
|
||||
private String uodateTime;
|
||||
private String updateTime;
|
||||
private BigDecimal totalAmount;
|
||||
private BigDecimal totalServiceAmount;
|
||||
private BigDecimal totalElecAmount;
|
||||
|
||||
Reference in New Issue
Block a user