mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 14:35:11 +08:00
update lianlian启动金额
This commit is contained in:
@@ -66,7 +66,7 @@ public class PileRemoteController extends BaseController {
|
||||
String transactionCode = null;
|
||||
try {
|
||||
transactionCode = IdUtils.generateTransactionCode(dto.getPileSn(), dto.getConnectorCode());
|
||||
pileRemoteService.remoteStartCharging(dto.getPileSn(), dto.getConnectorCode(), transactionCode, Constants.whitelistDefaultAmount);
|
||||
pileRemoteService.remoteStartCharging(dto.getPileSn(), dto.getConnectorCode(), transactionCode, Constants.WHITELIST_DEFAULT_AMOUNT);
|
||||
// // 生成订单
|
||||
// orderCode = orderService.generateOrder(dto);
|
||||
// // 支付订单
|
||||
|
||||
@@ -9358,7 +9358,7 @@ public class SpringBootTestController {
|
||||
List<RefundableWxPayOrderData> recordList = Lists.newArrayList();
|
||||
// recordList.add(RefundableWxPayOrderData.builder().outTradeNo("1").transactionId("1").payerAmount(new BigDecimal("1000")).refundableAmount(new BigDecimal("0")).build());
|
||||
// recordList.add(RefundableWxPayOrderData.builder().outTradeNo("2").transactionId("2").payerAmount(new BigDecimal("1000")).refundableAmount(new BigDecimal("0")).build());
|
||||
recordList.add(RefundableWxPayOrderData.builder().outTradeNo("3").transactionId("3").payerAmount(Constants.whitelistDefaultAmount).refundableAmount(new BigDecimal("300")).build());
|
||||
recordList.add(RefundableWxPayOrderData.builder().outTradeNo("3").transactionId("3").payerAmount(Constants.WHITELIST_DEFAULT_AMOUNT).refundableAmount(new BigDecimal("300")).build());
|
||||
|
||||
// 也许需要多笔支付订单才够退款
|
||||
List<WechatPayRefundRequest> requestList = com.google.common.collect.Lists.newArrayList();
|
||||
|
||||
Reference in New Issue
Block a user