* [task#128241,done,1h,0h] Fill in the SN statistical fields.

This commit is contained in:
zhaixiaojian
2024-09-11 15:41:48 +08:00
committed by 丁国栋
parent 6d4086fd46
commit a5d29b749d
-1
View File
@@ -213,7 +213,6 @@ class miscModel extends model
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);
curl_setopt($curl, CURLOPT_URL, $url);
curl_setopt($curl, CURLOPT_REFERER, $_SERVER['HTTP_REFERER']);
curl_setopt($curl, CURLOPT_COOKIE, $_SERVER['HTTP_COOKIE']);
if(!empty($data))
{