Browse Source

付款码轮询

gorden 6 months ago
parent
commit
fd93eedabb
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

@@ -290,6 +290,7 @@ class OrderService
             $result = json_decode(json_encode($result), true);
             dump($result);
         } catch (\Exception $e) {
+            dump($e->getMessage());
             throw new BusinessException("订单查询失败");
         }