充电桩预约功能

This commit is contained in:
Guoqs
2024-06-18 16:03:23 +08:00
parent e4ec70c869
commit 25c3a33dad
8 changed files with 194 additions and 35 deletions

View File

@@ -262,6 +262,16 @@ public class SpringBootTestController {
@Autowired
private NotificationService notificationService;
@Test
public void queryPaymentReverseTest2() {
String paymentId = "002212024061717243610648707836701741056";
try {
adapayService.queryPaymentReverse(paymentId, wechatAppId1);
} catch (BaseAdaPayException e) {
throw new RuntimeException(e);
}
}
@Test
public void createBalancePaymentRequestTest() {
String outMemberId = "ACM40782726";