Ver código fonte

修改商品的记录日志优化

wufeng 2 anos atrás
pai
commit
c9ef1c1f6d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/youzan/controller/Index.php

+ 1 - 1
app/youzan/controller/Index.php

@@ -145,7 +145,7 @@ class Index extends Base
     public function getYzUpdateLog()
     {
 
-        $param = $this->request->only(['msg_type' => '', 'page' => 1, 'size' => 15, 'start_date' => '', 'end_date' => ''], 'post', 'trim');
+        $param = $this->request->only(['page' => 1, 'size' => 15, 'start_date' => '', 'end_date' => ''], 'post', 'trim');
 
         $res = curl_request(config('app.yz_domain') . 'api/yz_get_youzan_update_log', $param);
         $res = json_decode($res, true);