seven 1 week ago
parent
commit
2a7cbcc5d0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/Http/Controllers/api/Pay.php

+ 2 - 1
app/Http/Controllers/api/Pay.php

@@ -25,7 +25,8 @@ class Pay extends Controller
         Log::channel('payment')->info('支付回调', $data);
         Log::channel('payment')->info('支付回调', $data);
 
 
 
 
-        PaymentOrderService::receiveOrder($data);
+        $res = PaymentOrderService::receiveOrder($data);
+        var_dump($res);
         echo 'success';
         echo 'success';
     }
     }