Commit 7683f31f authored by zhangjun's avatar zhangjun

修改

parent bd99a861
......@@ -1375,7 +1375,7 @@ class Esf_center_api extends MY_Controller {
$result = 1;
$msg = '停用';
$return_array = array('result'=>$result , 'msg'=>$msg);
echo serialize($return_array);
echo serialize($return_array);die();
$telno = $this->input->get('telno');
$paasword = $this->input->get('paasword');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment