This commit is contained in:
jianghanbo 2024-11-19 16:11:06 +08:00
parent 115e5dae09
commit f8acc18abe
3 changed files with 6 additions and 6 deletions

View File

@ -534,9 +534,9 @@ 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 > 2) { // if ($this->tryTimes > 2) {
(new ThirdApiService())->weComNotice($this->os); (new ThirdApiService())->weComNotice($this->os);
} // }
$this->tryTimes++; $this->tryTimes++;
} }
return $res; return $res;

View File

@ -164,9 +164,9 @@ class Meituan {
Log::info('http:' . $http); Log::info('http:' . $http);
Log::info('body:' . $body); Log::info('body:' . $body);
if ($this->tryTimes > 1) { // if ($this->tryTimes > 1) {
(new ThirdApiService())->weComNotice($this->os); (new ThirdApiService())->weComNotice($this->os);
} // }
$this->tryTimes++; $this->tryTimes++;
} }
return $res; return $res;

View File

@ -273,9 +273,9 @@ class Tongcheng {
$res = json_decode($body); $res = json_decode($body);
if (!isset($res->code) || $res->code != 1000) { if (!isset($res->code) || $res->code != 1000) {
Log::info( "同城 body{$body} \n\n"); Log::info( "同城 body{$body} \n\n");
if ($this->tryTimes > 1) { // if ($this->tryTimes > 1) {
(new ThirdApiService())->weComNotice($this->os); (new ThirdApiService())->weComNotice($this->os);
} // }
$this->tryTimes++; $this->tryTimes++;
} }
return $res; return $res;