Browse Source

付款码轮询

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

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

@@ -238,7 +238,7 @@ class OrderService
             try {
 //                Pay::alipay(config('payment.alipay'))->pos($payData);
 //                $result = self::findAlipay($params['orderGroupId'], 0);
-                $result = self::findAlipay('OD20240805165613RA12N5', 0);
+                $result = self::findAlipay('OD20240803093557QXVHFX', 0);
             } catch (\Exception $e) {
                 $log->error("ALIPAY", ['msg' => $e->getMessage()]);
                 throw new BusinessException("支付失败");