diff --git a/app/controller/Index.php b/app/controller/Index.php index 0241ce9..18ab0c0 100644 --- a/app/controller/Index.php +++ b/app/controller/Index.php @@ -34,10 +34,12 @@ class Index 'code' => 200, 'msg' => null, 'data' => [ + "serverIp" => $serverIP, "name" => $trueName, "url" => 'http://' . $serverIP . '/' . $savename, // "url" => 'http://192.168.1.105:8080/file/' . $savename, - ] + ], + 'envs' => $_ENV ]); } }