Browse Source

付款码轮询

gorden 6 months ago
parent
commit
4320ff9cb9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/admin/service/order/OrderService.php

+ 1 - 0
app/admin/service/order/OrderService.php

@@ -281,6 +281,7 @@ class OrderService
 
     public static function findAlipay($orderId, $nbr = 0)
     {
+        dump("进来了");
         if ($nbr >= 10) {
             throw new BusinessException("订单查询失败");
         }