shen преди 1 година
родител
ревизия
f76e5573c5
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      app/Handlers/EcommerceBillHandler.php

+ 1 - 0
app/Handlers/EcommerceBillHandler.php

@@ -28,6 +28,7 @@ class EcommerceBillHandler extends Command
         ];
         $result=$handle->curl($url,'',$header,'GET');
         $res=json_decode($result,true);
+        Log::info($res);
         Log::info($bill_date.'下载资金账单,页数为'.count($res['download_bill_list']));
         foreach($res['download_bill_list'] as $key=>$val){
             $ciphertext= $this->down($val['download_url']);