Zory 1 settimana fa
parent
commit
3e63789cab
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
     }