diff --git a/frontend/controllers/CarController.php b/frontend/controllers/CarController.php index 13ab077..6875f58 100644 --- a/frontend/controllers/CarController.php +++ b/frontend/controllers/CarController.php @@ -4182,8 +4182,6 @@ class CarController extends BaseController $post_url = http_build_query($params); $msg = MyLib::Post($post_url,$url); - var_dump($params); - echo $msg; // $msg = mb_convert_encoding($msg,'UTF8','GBK'); // parse_str($msg,$obj); $obj = json_decode($msg,true);