Commit 7f98b809 authored by zhangjun's avatar zhangjun

合并分支 'release_zj_edit4' 到 'release'

修改

查看合并请求 !10
parents bd99a861 7683f31f
......@@ -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