This commit is contained in:
parent
9410f6ac91
commit
d97b184a5d
|
@ -196,4 +196,4 @@ class Orders extends base
|
||||||
{
|
{
|
||||||
return $this->hasOne(ThirdMobileLogs::class, 'mobile', 'mobile');
|
return $this->hasOne(ThirdMobileLogs::class, 'mobile', 'mobile');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -256,7 +256,7 @@ class Douyin
|
||||||
$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');
|
$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) {
|
if (empty($list) || $list->status_code != 0) {
|
||||||
Log::error('===查询时间:' . $start . '--' . $end . '====certificate_list: ' . json_encode($list));
|
Log::error('===查询时间:' . $start . '--' . $end . '====certificate_list: ' . json_encode($list));
|
||||||
throw new Exception("抖音拉单失败,Err:" . json_encode($list));
|
//throw new Exception("抖音拉单失败,Err:" . json_encode($list));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Log::warning('====list=====',['list'=>$list->data->pagination]);
|
// Log::warning('====list=====',['list'=>$list->data->pagination]);
|
||||||
|
@ -534,11 +534,11 @@ class Douyin
|
||||||
if (!isset($res->status_code) || $res->status_code != 0) {
|
if (!isset($res->status_code) || $res->status_code != 0) {
|
||||||
Log::info("抖音 os:{$this->os} \n\n");
|
Log::info("抖音 os:{$this->os} \n\n");
|
||||||
Log::info( "抖音 body:{$body} \n\n");
|
Log::info( "抖音 body:{$body} \n\n");
|
||||||
if ($this->tryTimes > 1) {
|
if ($this->tryTimes > 2) {
|
||||||
(new ThirdApiService())->weComNotice($this->os);
|
(new ThirdApiService())->weComNotice($this->os);
|
||||||
}
|
}
|
||||||
$this->tryTimes++;
|
$this->tryTimes++;
|
||||||
}
|
}
|
||||||
return $res;
|
return $res;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,7 +17,7 @@ class Kuaishou {
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
public function _cookie($data = '') {
|
public function _cookie($data = '') {
|
||||||
if($data) Redis::set('Kuaishou:cookie', $data);
|
if($data) Redis::set('Kuaishou:cookie', $data);
|
||||||
return Redis::get('Kuaishou:cookie');
|
return Redis::get('Kuaishou:cookie');
|
||||||
|
@ -85,7 +85,8 @@ class Kuaishou {
|
||||||
$list = $this->_curl($this->gate, $params,'POST');
|
$list = $this->_curl($this->gate, $params,'POST');
|
||||||
|
|
||||||
if(empty($list) || $list->success != true) {
|
if(empty($list) || $list->success != true) {
|
||||||
throw new \Exception("快手拉单失败,Err:".json_encode($list));
|
// throw new \Exception("快手拉单失败,Err:".json_encode($list));
|
||||||
|
Log::info("快手拉单失败,Err:".json_encode($list));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -150,7 +151,7 @@ class Kuaishou {
|
||||||
}
|
}
|
||||||
|
|
||||||
$ch = curl_init($http);
|
$ch = curl_init($http);
|
||||||
|
|
||||||
$header = [
|
$header = [
|
||||||
'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36',
|
'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36',
|
||||||
'Sec-Ch-Ua-Platform: "Windows"',
|
'Sec-Ch-Ua-Platform: "Windows"',
|
||||||
|
@ -176,4 +177,4 @@ class Kuaishou {
|
||||||
return $json;
|
return $json;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -73,7 +73,8 @@ class Meituan {
|
||||||
$list = $this->_curl('/nib/trade/b/order/search/list', $params);
|
$list = $this->_curl('/nib/trade/b/order/search/list', $params);
|
||||||
|
|
||||||
if(empty($list) || $list->code != 0) {
|
if(empty($list) || $list->code != 0) {
|
||||||
throw new \Exception("美团拉单失败,Err:".json_encode($list));
|
// throw new \Exception("美团拉单失败,Err:".json_encode($list));
|
||||||
|
Log::info("美团拉单失败,Err:".json_encode($list));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -170,4 +171,4 @@ class Meituan {
|
||||||
}
|
}
|
||||||
return $res;
|
return $res;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -109,7 +109,7 @@ class Tongcheng {
|
||||||
$list = $this->_curl("/merchant/api/market-live/wxVideoV2/supplierOrderByPage", $params, 'POST');
|
$list = $this->_curl("/merchant/api/market-live/wxVideoV2/supplierOrderByPage", $params, 'POST');
|
||||||
if (empty($list) || $list->code != 1000) {
|
if (empty($list) || $list->code != 1000) {
|
||||||
Log::error('===查询时间:' . $start . '--' . $end . '====certificate_list: ' . json_encode($list));
|
Log::error('===查询时间:' . $start . '--' . $end . '====certificate_list: ' . json_encode($list));
|
||||||
throw new Exception("同程拉单失败,Err:" . json_encode($list));
|
Log::info("美团拉单失败,Err:".json_encode($list));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return $list;
|
return $list;
|
||||||
|
@ -280,4 +280,4 @@ class Tongcheng {
|
||||||
}
|
}
|
||||||
return $res;
|
return $res;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue