曾超新 5 years ago
parent 36bae185a6
commit 794768aa38
  1. 1
      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;

Loading…
Cancel
Save