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

+ 1 - 1
app/Libs/Pay/Merchants/OriginBank.php

@@ -51,7 +51,7 @@ class OriginBank
         dump('base_data');dump($base_data);
 
         $response = $this->PayClient->request('POST','/mct1/paylist',['form_params'=>$base_data])->getBody()->getContents();
-        dd(json_decode($response,1));
+        dd($this->decrypt(json_decode($response,1)['data'],$this->open_key));
        // return $this->getPayInfo($response);
     }