作者 lyh

GX生成白帽报表脚本

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