|
@@ -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);
|