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