songdb 6 years ago
parent
commit
79e595cd29
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Libs/Pay/Merchants/OriginBank.php

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

@@ -40,8 +40,8 @@ class OriginBank
 
         dump('base_data');dump($base_data);
 
-        //$response = $this->PayClient->request('POST','mct1/payorder',$base_data)->getBody()->getContents();
-        dd($this->c($base_data));
+        $response = $this->PayClient->request('POST','mct1/payorder',['form_params'=>$base_data])->getBody()->getContents();
+        dd($response);
        // return $this->getPayInfo($response);
     }