|
|
@ -67,7 +67,7 @@ class index extends publicBase { |
|
|
|
|
|
|
|
$m_case = new mCase(); |
|
|
|
$data = $m_case->getCaseInfo($id); |
|
|
|
if (!$data) $this->ajax_json(false, $m_case->getError()); |
|
|
|
if(!$data)$this->ajax_json(false, $m_case->getError()); |
|
|
|
|
|
|
|
$this->ajax_json(true, '获取成功', $data); |
|
|
|
} |
|
|
|