From 5468298ed40a0de7539d256a7a345d1358b28fc0 Mon Sep 17 00:00:00 2001 From: jianghanbo Date: Mon, 19 Aug 2024 21:46:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=96=E9=9F=B3=E5=A2=9E=E5=8A=A0=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/app/server/Douyin.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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);