songdb 5 years ago
parent
commit
c1fdcff636
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Libs/Pay/Merchants/OriginBank.php

+ 2 - 0
app/Libs/Pay/Merchants/OriginBank.php

@@ -66,6 +66,7 @@ class OriginBank
             {
                 $data = $this->decrypt($return_info['data'],$this->open_key,true);
                 $trade_result = json_decode($data['trade_result'],true);
+                dd($trade_result);
                 $pay_info = [
                     'appId'=>$trade_result['appid'],
                     'timeStamp'=>$trade_result['timeStamp'],
@@ -78,6 +79,7 @@ class OriginBank
             }
         }catch (\Exception $e)
         {
+            echo $e->getMessage();
             return null;
         }