From 91762622ebc9337a9d7fa3122a86046e4e6ac2b1 Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Mon, 28 Oct 2019 15:23:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9F=AD=E4=BF=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/controllers/CarController.php | 2 -- 1 file changed, 2 deletions(-) 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);