Prechádzať zdrojové kódy

风速数据同步时间区间

dong025 1 týždeň pred
rodič
commit
4677a498aa
1 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 4 4
      app/admin/command/FengSu.php

+ 4 - 4
app/admin/command/FengSu.php

@@ -80,8 +80,8 @@ class FengSu extends Command
 
 
 
 
                 $list = $resquet['data']['list'];
                 $list = $resquet['data']['list'];
-                dump($list);
-                return;
+                // dump($list);
+                // return;
                 $this->insertOrder($list);
                 $this->insertOrder($list);
                 //dump($resquet);
                 //dump($resquet);
             } else {
             } else {
@@ -163,9 +163,9 @@ class FengSu extends Command
             'tradeStatus'  => 2,
             'tradeStatus'  => 2,
             'fromAccountId' => [],
             'fromAccountId' => [],
             'goodType'     => 2,
             'goodType'     => 2,
-            'goodsFlag'    => 2,
-            'waybillNos'   => ['73589756512463']
+            'goodsFlag'    => 2
         ];
         ];
+            // 'waybillNos'   => ['73589756512463']
         $body = json_encode($body);
         $body = json_encode($body);
         
         
         $request = new Request('POST', 'https://fsdy2.fengsutb.com/amount/ship-list-new', $headers, $body);
         $request = new Request('POST', 'https://fsdy2.fengsutb.com/amount/ship-list-new', $headers, $body);