mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
add 后管新增退款保险金额按钮
This commit is contained in:
@@ -484,10 +484,10 @@ public class PaymentTestController {
|
||||
*/
|
||||
@Test
|
||||
public void createPaymentReverseRequestTest() {
|
||||
String paymentId = "002212025092509265410817097978174926848";
|
||||
String paymentId = "002212025100513581210820790129447211008";
|
||||
BigDecimal refundAmount = new BigDecimal("0.5");
|
||||
String memberId = "65622699";
|
||||
String orderCode = "C23464104497";
|
||||
String memberId = "84488845";
|
||||
String orderCode = "C82180436213";
|
||||
|
||||
// 延迟分账未确认调撤销调撤销接口退款
|
||||
PaymentReverseOperation operation = new PaymentReverseOperation();
|
||||
|
||||
Reference in New Issue
Block a user