zhangguidong 2 anni fa
parent
commit
212bdd78c7
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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;
         }