update校验未支付订单

This commit is contained in:
2023-11-03 16:43:33 +08:00
parent c3d3c9eb9b
commit 3fbb39474e
3 changed files with 58 additions and 7 deletions

View File

@@ -242,8 +242,9 @@ public class SpringBootTestController {
@Test
public void queryPaymentByOrderNoTest() {
String orderNo = "C44903356969";
String wechatAppId = "wxbb3e0d474569481d";
try {
List<AdaPayment> adaPayments = adapayService.queryPaymentByOrderNo(orderNo);
List<AdaPayment> adaPayments = adapayService.queryPaymentByOrderNo(orderNo, wechatAppId);
System.out.println(JSON.toJSONString(adaPayments));
} catch (BaseAdaPayException e) {
throw new RuntimeException(e);