Browse Source

sunguidong

zhangguidong 2 years ago
parent
commit
212bdd78c7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/api/controller/Index.php

+ 0 - 1
app/api/controller/Index.php

@@ -56,7 +56,6 @@ class Index extends BaseApi
 //	}
     public function index(){
         $token = $this->checkToken();
-        print_r($token);die;
         if ($token['code'] < 0){
             $token['data']['member_id']=0;
         }