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