Sfoglia il codice sorgente

快递信息同步

ANG YU 5 anni fa
parent
commit
e2ab9239bb
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      app/Jobs/LogisticZopSync.php

+ 0 - 1
app/Jobs/LogisticZopSync.php

@@ -42,7 +42,6 @@ class LogisticZopSync implements ShouldQueue
         LogService::log(LogisticZopSync::class, "{$this->logistic_number}-JOB-ZOP", '');
         LogService::log(LogisticZopSync::class, "{$this->logistic_number}-JOB-ZOP", '');
         $zopResult = [];
         $zopResult = [];
         $response = $this->sentRequestToZT();
         $response = $this->sentRequestToZT();
-        dd($response);
         if(is_null($response)) return;
         if(is_null($response)) return;
         if ($response->status) {
         if ($response->status) {
             $zopResult[] = [
             $zopResult[] = [