|
@@ -65,7 +65,7 @@ class OriginBank
|
|
|
if($return_info['errcode'] == 0)
|
|
|
{
|
|
|
$data = json_decode($this->decrypt($return_info['data'],$this->open_key,true),true);
|
|
|
- $trade_result = $data['trade_result'];
|
|
|
+ $trade_result = json_decode($data['trade_result'],true);
|
|
|
dd($trade_result);
|
|
|
$pay_info = [
|
|
|
'appId'=>$trade_result['appid'],
|