|
@@ -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) {
|