diff --git a/frontend/controllers/CarController.php b/frontend/controllers/CarController.php index 6875f58..13ab077 100644 --- a/frontend/controllers/CarController.php +++ b/frontend/controllers/CarController.php @@ -4182,6 +4182,8 @@ 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);