From 794768aa38b15686e4ac04ce406850f4353623fa Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Fri, 18 Oct 2019 02:41:46 +0800 Subject: [PATCH] test3 --- frontend/controllers/CarController.php | 1 + 1 file changed, 1 insertion(+) 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;