mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 电池报告算法逻辑
This commit is contained in:
@@ -423,10 +423,10 @@ public class PaymentTestController {
|
||||
*/
|
||||
@Test
|
||||
public void createPaymentReverseRequestTest() {
|
||||
String paymentId = "002212025010720373310722683516795273216";
|
||||
BigDecimal refundAmount = new BigDecimal("1.08");
|
||||
String memberId = "48781184";
|
||||
String orderCode = "C67335843091";
|
||||
String paymentId = "002212025112213314210838178078469394432";
|
||||
BigDecimal refundAmount = new BigDecimal("49.5");
|
||||
String memberId = "67717378";
|
||||
String orderCode = "C088649732085";
|
||||
|
||||
// 延迟分账未确认调撤销调撤销接口退款
|
||||
PaymentReverseOperation operation = new PaymentReverseOperation();
|
||||
|
||||
Reference in New Issue
Block a user