mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 分成功能
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user