|
@@ -158,6 +158,10 @@ class Trace extends Command
|
|
|
if (isset($bobBalance[0])) {
|
|
|
$balaceB = $bobBalance[0];
|
|
|
}
|
|
|
+ $this->line('balance-aa:'.$balaceA);
|
|
|
+ $this->line('balance-bb:'.$balaceB);
|
|
|
+ $this->line('balance-aa-int:'.floatval($balaceA));
|
|
|
+ $this->line('balance-bb-int:'.floatval($balaceB));
|
|
|
if ($balaceA == 0 && $balaceB == 0) {
|
|
|
$this->line("两个账号都没钱了,快充钱");
|
|
|
return false;
|