|
|
@ -4187,8 +4187,8 @@ class CarController extends BaseController |
|
|
|
$obj = json_decode($msg,true); |
|
|
|
$obj = json_decode($msg,true); |
|
|
|
$result = array(); |
|
|
|
$result = array(); |
|
|
|
// $result['success'] = true; |
|
|
|
// $result['success'] = true; |
|
|
|
if($obj['success']) { |
|
|
|
if($obj['code'] == 200) { |
|
|
|
$result['msg'] = $obj['msg']; |
|
|
|
$result['msg'] = $obj['data']; |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
$result['msg'] = $obj['msg']; |
|
|
|
$result['msg'] = $obj['msg']; |
|
|
|
} |
|
|
|
} |
|
|
|