|
@@ -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);
|
|
|
}
|
|
|
|