diff --git a/service/app/server/Douyin.php b/service/app/server/Douyin.php index 0d0fcba4..842d5e13 100644 --- a/service/app/server/Douyin.php +++ b/service/app/server/Douyin.php @@ -232,11 +232,11 @@ class Douyin // Log::error('===_certificateList查询page='.$page.'时间:'.date('Y-m-d H:i:s',$start).'--'.date('Y-m-d H:i:s',$end).'===='); $this->_getRetriesLock(); - $list = $this->_curl("/life/trip/fulfilment/v1/query/certificate_list?end_time={$end}&page_index={$page}&page_size=20&start_time={$start}&root_life_account_id=" . $this->_id(), $params, 'POST'); + $list = $this->_curl("/life/trip/fulfilment/v1/query/certificate_list?end_time={$end}&page_index={$page}&page_size=50&start_time={$start}&root_life_account_id=" . $this->_id(), $params, 'POST'); if (empty($list) || $list->status_code != 0) { $this->_getRetriesLock(); - $list = $this->_curl("/life/trip/fulfilment/v1/query/certificate_list?end_time={$end}&page_index={$page}&page_size=20&start_time={$start}&root_life_account_id=" . $this->_id(), $params, 'POST'); + $list = $this->_curl("/life/trip/fulfilment/v1/query/certificate_list?end_time={$end}&page_index={$page}&page_size=50&start_time={$start}&root_life_account_id=" . $this->_id(), $params, 'POST'); if (empty($list) || $list->status_code != 0) { Log::error('===查询时间:' . $start . '--' . $end . '====certificate_list: ' . json_encode($list)); throw new Exception("抖音拉单失败,Err:" . json_encode($list)); @@ -405,7 +405,7 @@ class Douyin foreach (array_keys(Orders::DouyinReservationStatus) as $status) { $params = [ 'page_index' => 1, - 'page_size' => 20, + 'page_size' => 50, 'status' => $status, 'order_id' => $orderId, 'sku_name' => '',