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:
@@ -232,10 +232,10 @@ public class PaymentTestController {
|
||||
*/
|
||||
@Test
|
||||
public void createPaymentReverseRequestTest() {
|
||||
String paymentId = "002212024102215301510694702317666226176";
|
||||
BigDecimal refundAmount = new BigDecimal("15.42");
|
||||
String memberId = "42833137";
|
||||
String orderCode = "C21960272918";
|
||||
String paymentId = "002212024120516445110710666157707481088";
|
||||
BigDecimal refundAmount = new BigDecimal("32.31");
|
||||
String memberId = "46690495";
|
||||
String orderCode = "C86577082495";
|
||||
|
||||
// 延迟分账未确认调撤销调撤销接口退款
|
||||
PaymentReverseOperation operation = new PaymentReverseOperation();
|
||||
|
||||
Reference in New Issue
Block a user