Ver código fonte

0729-0213-h02

Zory 1 semana atrás
pai
commit
3e63789cab
1 arquivos alterados com 1 adições e 0 exclusões
  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;
     }