mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-16 21:30:28 +08:00
update AGENTS.md
This commit is contained in:
@@ -466,10 +466,10 @@ public class PaymentTestController {
|
||||
*/
|
||||
@Test
|
||||
public void createPaymentReverseRequestTest() {
|
||||
String paymentId = "002212025112213314210838178078469394432";
|
||||
BigDecimal refundAmount = new BigDecimal("49.5");
|
||||
String memberId = "67717378";
|
||||
String orderCode = "C088649732085";
|
||||
String paymentId = "002212026053121575610907159171465322496";
|
||||
BigDecimal refundAmount = new BigDecimal("50.00");
|
||||
String memberId = "25760116";
|
||||
String orderCode = "C027644273376";
|
||||
|
||||
// 延迟分账未确认调撤销调撤销接口退款
|
||||
PaymentReverseOperation operation = new PaymentReverseOperation();
|
||||
|
||||
Reference in New Issue
Block a user