|
|
|
@ -48,6 +48,8 @@ class MineCommand extends HyperfCommand
|
|
|
|
|
|
|
|
|
|
public function handle(): void
|
|
|
|
|
{
|
|
|
|
|
$this->getBalance();
|
|
|
|
|
return;
|
|
|
|
|
$this->rsyncUser('289a092602845b1a40793db5409333f5', '202308070000001', 'ACT_5');
|
|
|
|
|
$this->rsyncBankCards();
|
|
|
|
|
return;
|
|
|
|
@ -329,6 +331,10 @@ class MineCommand extends HyperfCommand
|
|
|
|
|
echo 'RLX: ' . $result . PHP_EOL;
|
|
|
|
|
$result = $userService->getBalance('f27f7786068387029a126de736bb84b2');
|
|
|
|
|
echo 'WHQ: ' . $result . PHP_EOL;
|
|
|
|
|
$result = $userService->getBalance('f9c0bea79725d71cc7969571c345de54');
|
|
|
|
|
echo 'CWX: ' . $result . PHP_EOL;
|
|
|
|
|
$result = $userService->getBalance('289a092602845b1a40793db5409333f5');
|
|
|
|
|
echo 'WRTC: ' . $result . PHP_EOL;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public function refund()
|
|
|
|
|