diff --git a/service/app/server/Douyin.php b/service/app/server/Douyin.php index 488f7b0f..de387d5c 100644 --- a/service/app/server/Douyin.php +++ b/service/app/server/Douyin.php @@ -411,7 +411,7 @@ class Douyin 'order_id' => $orderId, 'book_order_id' => '', 'status' => $status, - 'root_life_account_id' => $this->_id() + 'root_life_account_id' => $this->_id($this->os) ]); return $orderDetail->data ?? null; } @@ -571,11 +571,11 @@ class Douyin } $body = curl_exec($ch); curl_close($ch); -// if ($this->os) { - Log::info( "抖音 os:{$this->os} \n\n" ); - Log::info( "抖音 订单url:{$url} \n\n"); - Log::info( "抖音 订单cookie:{$this->_cookie()} \n\n"); - Log::info( "抖音 body:{$body} \n\n"); +// if ($this->os == 5) { +// echo "抖音 os:{$this->os} \n\n"; +// echo "抖音 订单url:{$url} \n\n"; +// echo "抖音 订单cookie:{$this->_cookie()} \n\n"; +// echo "抖音 body:{$body} \n\n"; // } if (!in_array($method, ['GET', 'POST'])) { $header_size = curl_getinfo($ch, CURLINFO_HEADER_SIZE);