소스 검색

Merge branch 'master' into release

xielin 5 년 전
부모
커밋
b84d824567
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      app/Console/Commands/Trace.php

+ 4 - 0
app/Console/Commands/Trace.php

@@ -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;