diff --git a/Application/Sdk/Controller/PayH5Controller.class.php b/Application/Sdk/Controller/PayH5Controller.class.php index 0527430..9e7c3c3 100644 --- a/Application/Sdk/Controller/PayH5Controller.class.php +++ b/Application/Sdk/Controller/PayH5Controller.class.php @@ -553,7 +553,7 @@ class PayH5Controller extends BaseController{ $orderno = $request['pay_order_number']; } else { - echo json_encode(['code'=>1001,'msg'=> "请求发起失败【{$request->getMsg()}】,请选择其他支付方式或联系客服"]);exit; + echo json_encode(['code'=>1001,'msg'=> "请求发起失败【{$response->getMsg()}】,请选择其他支付方式或联系客服"]);exit; // redirect(U('Spend/notice',array('user_id'=>$user_id,'game_id'=>$game_id,'msg'=>$ret[0]['respMess'], 'user_token' => $this->userToken)));exit; }