抖音订单

This commit is contained in:
jianghanbo 2024-11-25 11:44:05 +08:00
parent 8ffc95dac4
commit 3c9c20a76c
2 changed files with 4 additions and 4 deletions

View File

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

View File

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