作者 lyh

GX生成白帽报表脚本

@@ -40,7 +40,6 @@ class GeoService @@ -40,7 +40,6 @@ class GeoService
40 'platform'=>$platform, 40 'platform'=>$platform,
41 'security_check'=>true 41 'security_check'=>true
42 ]; 42 ];
43 - dd(json_encode($message,true));  
44 $data = http_post($url,json_encode($message,true),$header); 43 $data = http_post($url,json_encode($message,true),$header);
45 return $data; 44 return $data;
46 } 45 }