bitget earn

This commit is contained in:
LayFi.de
2025-01-28 01:48:16 +08:00
parent ffdb74d841
commit 042197db0d
16 changed files with 703 additions and 72 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class Bitget
echo date('[Y-m-d H:i:s]')."Getcoin:".__CLASS__." Now Running: \n";
$command = new GetcoinBitget();
$input = new ArrayInput([
'name' => 'Alice', // 命令的参数
'name' => 'Alice',
]);
$output = new ConsoleOutput();
$command->run($input, $output);