소스 검색

0729-0213-h02

Zory 1 주 전
부모
커밋
3e63789cab
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/command/ExpressOrder.php

+ 1 - 0
app/command/ExpressOrder.php

@@ -51,6 +51,7 @@ class ExpressOrder extends Command
             echo getDateFull()."===更新快递信息报错\n";
             echo $throwable->getFile()."\n";
             echo $throwable->getLine()."\n";
+            echo $throwable->getMessage()."\n";
         }
         return self::SUCCESS;
     }