mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-13 11:49:49 +08:00
update
This commit is contained in:
@@ -232,10 +232,10 @@ public class PaymentTestController {
|
|||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void createPaymentReverseRequestTest() {
|
public void createPaymentReverseRequestTest() {
|
||||||
String paymentId = "002212024102215301510694702317666226176";
|
String paymentId = "002212024120516445110710666157707481088";
|
||||||
BigDecimal refundAmount = new BigDecimal("15.42");
|
BigDecimal refundAmount = new BigDecimal("32.31");
|
||||||
String memberId = "42833137";
|
String memberId = "46690495";
|
||||||
String orderCode = "C21960272918";
|
String orderCode = "C86577082495";
|
||||||
|
|
||||||
// 延迟分账未确认调撤销调撤销接口退款
|
// 延迟分账未确认调撤销调撤销接口退款
|
||||||
PaymentReverseOperation operation = new PaymentReverseOperation();
|
PaymentReverseOperation operation = new PaymentReverseOperation();
|
||||||
|
|||||||
Reference in New Issue
Block a user