From 1266b948de318321fa255283b947eecc9a34f39c Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Mon, 28 Oct 2019 15:16:03 +0800 Subject: [PATCH] test1 --- frontend/controllers/CarController.php | 2 ++ 1 file changed, 2 insertions(+) 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);