wugg 3 years ago
parent
commit
bff9136110
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/common.php

+ 0 - 1
app/common.php

@@ -20,7 +20,6 @@ function error_show($code=0,$message=""){
 
 
 function GetUserInfo($token){
 function GetUserInfo($token){
     $host = Config::get("app");
     $host = Config::get("app");
-    var_dump($host);
     $url = $host["api_host"]."/Api/userinfo";
     $url = $host["api_host"]."/Api/userinfo";
     $data=[
     $data=[
         "token"=>$token
         "token"=>$token