This commit is contained in:
小王 2024-09-13 10:39:42 +08:00
parent fde81c5f2b
commit 985061b1fe
1 changed files with 3 additions and 1 deletions

View File

@ -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
]);
}
}