mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update
This commit is contained in:
@@ -1114,6 +1114,17 @@ public class SpringBootTestController {
|
||||
// } else {
|
||||
// System.out.println("更新余额失败");
|
||||
// }
|
||||
|
||||
Map<String, Object> refundParams = new HashMap<>(2);
|
||||
refundParams.put("payment_id", "002212023071011321210524320114191904768");
|
||||
// refundParams.put("refund_id", refund_id);
|
||||
// refundParams.put("refund_order_no", refund_order_no);
|
||||
try {
|
||||
Map<String, Object> refund = Refund.query(refundParams);
|
||||
System.out.println(refund);
|
||||
} catch (BaseAdaPayException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user