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