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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user