diff --git a/frontend/controllers/CarController.php b/frontend/controllers/CarController.php index f0b78ab..bba4fb7 100644 --- a/frontend/controllers/CarController.php +++ b/frontend/controllers/CarController.php @@ -4553,6 +4553,7 @@ class CarController extends BaseController $msg = MyLib::Post($post_url,$url); // $msg = mb_convert_encoding($msg,'UTF8','GBK'); // parse_str($msg,$obj); + echo $msg;exit; $obj = json_decode($msg,true); $result = array(); // $result['success'] = true;