update 新增小程序关闭待支付订单接口

This commit is contained in:
Lemon
2025-09-25 10:06:36 +08:00
parent c54f649996
commit d4e7a665a9
5 changed files with 51 additions and 4 deletions

View File

@@ -539,10 +539,10 @@ public class PaymentTestController {
*/
@Test
public void createPaymentReverseRequestTest() {
String paymentId = "002212025091910192610814936868000780288";
BigDecimal refundAmount = new BigDecimal("0.02");
String paymentId = "002212025092509265410817097978174926848";
BigDecimal refundAmount = new BigDecimal("0.5");
String memberId = "65622699";
String orderCode = "C48996543963";
String orderCode = "C23464104497";
// 延迟分账未确认调撤销调撤销接口退款
PaymentReverseOperation operation = new PaymentReverseOperation();