查询退款对象

This commit is contained in:
2023-12-27 16:27:14 +08:00
parent 26be291014
commit dff6ddffae
7 changed files with 195 additions and 0 deletions

View File

@@ -245,6 +245,16 @@ public class SpringBootTestController {
@Autowired
private MemberWalletInfoService memberWalletInfoService;
@Test
public void queryPaymentRefundTest() {
String paymentId = "002212023122615542010585629628950949888";
try {
adapayService.queryPaymentRefund(paymentId, wechatAppId2);
} catch (BaseAdaPayException e) {
throw new RuntimeException(e);
}
}
@Test
public void selectByMemberWalletListTest() {
String memberId = "12345678";