抖音订单
This commit is contained in:
parent
8ffc95dac4
commit
3c9c20a76c
|
@ -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;
|
||||
|
|
|
@ -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