songxingwei 3 years ago
parent
commit
a60bfda4f2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      application/common/controller/Api.php

+ 0 - 1
application/common/controller/Api.php

@@ -112,7 +112,6 @@ class Api
                 $this->error('请先登录', '', 0);
             }
             $userinfo = User::where('id', $user->id)->find();
-            print_r($userinfo);die;
             if (1 != $userinfo['status']) {
                 $this->error('账号被禁用', '', 0);
             }