浏览代码

园区模糊搜索

chenhao 4 年之前
父节点
当前提交
d865fced39
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      application/api/controller/User.php

+ 0 - 3
application/api/controller/User.php

@@ -296,9 +296,6 @@ class User extends Api
 
 
         $mobile = $this->request->param('mobile');
         $mobile = $this->request->param('mobile');
         $type = $this->request->param('type');
         $type = $this->request->param('type');
-        session('a',1);
-        echo session('a');
-        dump(session($mobile));die;
         if (!isset($type) || empty($type)) return $this->error('参数错误');
         if (!isset($type) || empty($type)) return $this->error('参数错误');
 
 
         if ($type == 1) {
         if ($type == 1) {