update 将pre环境数据库连接改为生产

This commit is contained in:
Lemon
2025-04-03 13:53:22 +08:00
parent 3e5827e837
commit 17713c4c52
2 changed files with 15 additions and 15 deletions

View File

@@ -306,10 +306,10 @@ public class PaymentTestController {
*/
@Test
public void createPaymentReverseRequestTest() {
String paymentId = "002212025040121085510753131992504455168";
BigDecimal refundAmount = new BigDecimal("13.33");
String memberId = "63111233";
String orderCode = "C27490025494";
String paymentId = "002212025040208183810753300530720288768";
BigDecimal refundAmount = new BigDecimal("33.55");
String memberId = "61212331";
String orderCode = "C25747230823";
// 延迟分账未确认调撤销调撤销接口退款
PaymentReverseOperation operation = new PaymentReverseOperation();