Explorar el Código

命令行-新增拉取微唯宝商品逻辑-参考app\controller\api\douhuomall\Take.php-get_goods_list方法

sunxbiao hace 6 meses
padre
commit
d2b5ab22ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/command/WiwibaoProductSync.php

+ 1 - 1
app/command/WiwibaoProductSync.php

@@ -751,7 +751,7 @@ class WiwibaoProductSync extends Command
751 751
 
752 752
         Db::name('log')->insert([
753 753
             'data' => json_encode($errorInfo, JSON_UNESCAPED_UNICODE),
754
-            'create_time' => time()
754
+            'time' => date('Y-m-d H:i:s')
755 755
         ]);
756 756
     }
757 757
 }