mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
查询退款对象
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user