抖音增加平台
This commit is contained in:
parent
923bb0c6f7
commit
ba7f446fe9
|
@ -572,10 +572,10 @@ class Douyin
|
||||||
$body = curl_exec($ch);
|
$body = curl_exec($ch);
|
||||||
curl_close($ch);
|
curl_close($ch);
|
||||||
// if ($this->os) {
|
// if ($this->os) {
|
||||||
echo "抖音 os:{$this->os} \n\n";
|
Log::info( "抖音 os:{$this->os} \n\n" );
|
||||||
echo "抖音 订单url:{$url} \n\n";
|
Log::info( "抖音 订单url:{$url} \n\n");
|
||||||
echo "抖音 订单cookie:{$this->_cookie()} \n\n";
|
Log::info( "抖音 订单cookie:{$this->_cookie()} \n\n");
|
||||||
echo "抖音 body:{$body} \n\n";
|
Log::info( "抖音 body:{$body} \n\n");
|
||||||
// }
|
// }
|
||||||
if (!in_array($method, ['GET', 'POST'])) {
|
if (!in_array($method, ['GET', 'POST'])) {
|
||||||
$header_size = curl_getinfo($ch, CURLINFO_HEADER_SIZE);
|
$header_size = curl_getinfo($ch, CURLINFO_HEADER_SIZE);
|
||||||
|
|
Loading…
Reference in New Issue