Commit d4976d4e authored by hujun's avatar hujun

维护中

parent d84e2dca
......@@ -165,6 +165,8 @@ class CellPhone extends Basic
{
if ($this->request->isAjax()) {
return $this->response(101, '维护中');
$result['code'] = 200;
$result['msg'] = '';
$pageNo = empty($this->params['pageNo']) ? 1 : $this->params['pageNo'];
......
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