update 分成功能

This commit is contained in:
Guoqs
2024-09-26 17:19:17 +08:00
parent e42bd1ebd0
commit 9b963613a5
6 changed files with 50 additions and 20 deletions

View File

@@ -1103,10 +1103,10 @@ public class SpringBootTestController {
*/
@Test
public void createPaymentReverseRequestTest() {
String paymentId = "002212024080610282310666722484828160000";
BigDecimal refundAmount = new BigDecimal("20.28");
String memberId = "25994783";
String orderCode = "C61883385858";
String paymentId = "002212024092220492810683911016616513536";
BigDecimal refundAmount = new BigDecimal("33.58");
String memberId = "84630475";
String orderCode = "C40138347581";
// 延迟分账未确认调撤销调撤销接口退款
PaymentReverseOperation operation = new PaymentReverseOperation();