fly 5 years ago
parent
commit
f705a6c0d7
2 changed files with 5 additions and 1 deletions
  1. 4 1
      app/Libs/Pay/Merchants/AliPay.php
  2. 1 0
      resources/views/pay/middleware.blade.php

+ 4 - 1
app/Libs/Pay/Merchants/AliPay.php

@@ -78,8 +78,11 @@ class AliPay implements PayMerchantInterface
     {
         return $this->app->rsaCheckV1($data, $this->rsaPublicKeyFilePath, self::SIGN_TYPE);
     }
+
     public function query(string $trade_no)
-    { }
+    { 
+        
+    }
 
     public function refund(array $data)
     { }

+ 1 - 0
resources/views/pay/middleware.blade.php

@@ -18,6 +18,7 @@
         return(false);
     }
     var wx_url = getQueryVariable('wx_url');
+    console.log(wx_url);
     if(wx_url)
     {
         window.location.href = wx_url;