mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
Merge branch 'dev' of https://github.com/v2board/v2board into dev
This commit is contained in:
commit
8e1a313709
@ -9,7 +9,7 @@ use App\Models\StatOrder;
|
|||||||
use App\Models\ServerLog;
|
use App\Models\ServerLog;
|
||||||
use Illuminate\Support\Facades\DB;
|
use Illuminate\Support\Facades\DB;
|
||||||
|
|
||||||
class V2BoardStatistics extends Command
|
class V2boardStatistics extends Command
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The name and signature of the console command.
|
* The name and signature of the console command.
|
||||||
|
@ -36,9 +36,9 @@ class URLSchemes
|
|||||||
"v" => "2",
|
"v" => "2",
|
||||||
"ps" => $server['name'],
|
"ps" => $server['name'],
|
||||||
"add" => $server['host'],
|
"add" => $server['host'],
|
||||||
"port" => $server['port'],
|
"port" => (string)$server['port'],
|
||||||
"id" => $user['uuid'],
|
"id" => $user['uuid'],
|
||||||
"aid" => $server['alter_id'],
|
"aid" => (string)$server['alter_id'],
|
||||||
"net" => $server['network'],
|
"net" => $server['network'],
|
||||||
"type" => "none",
|
"type" => "none",
|
||||||
"host" => "",
|
"host" => "",
|
||||||
|
Loading…
Reference in New Issue
Block a user