This commit is contained in:
parent
115e5dae09
commit
f8acc18abe
|
@ -534,9 +534,9 @@ class Douyin
|
|||
if (!isset($res->status_code) || $res->status_code != 0) {
|
||||
Log::info("抖音 os:{$this->os} \n\n");
|
||||
Log::info( "抖音 body:{$body} \n\n");
|
||||
if ($this->tryTimes > 2) {
|
||||
// if ($this->tryTimes > 2) {
|
||||
(new ThirdApiService())->weComNotice($this->os);
|
||||
}
|
||||
// }
|
||||
$this->tryTimes++;
|
||||
}
|
||||
return $res;
|
||||
|
|
|
@ -164,9 +164,9 @@ class Meituan {
|
|||
Log::info('http:' . $http);
|
||||
Log::info('body:' . $body);
|
||||
|
||||
if ($this->tryTimes > 1) {
|
||||
// if ($this->tryTimes > 1) {
|
||||
(new ThirdApiService())->weComNotice($this->os);
|
||||
}
|
||||
// }
|
||||
$this->tryTimes++;
|
||||
}
|
||||
return $res;
|
||||
|
|
|
@ -273,9 +273,9 @@ class Tongcheng {
|
|||
$res = json_decode($body);
|
||||
if (!isset($res->code) || $res->code != 1000) {
|
||||
Log::info( "同城 body:{$body} \n\n");
|
||||
if ($this->tryTimes > 1) {
|
||||
// if ($this->tryTimes > 1) {
|
||||
(new ThirdApiService())->weComNotice($this->os);
|
||||
}
|
||||
// }
|
||||
$this->tryTimes++;
|
||||
}
|
||||
return $res;
|
||||
|
|
Loading…
Reference in New Issue