songdb 6 년 전
부모
커밋
b7c014953c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Libs/Pay/Merchants/OriginBank.php

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

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