@@ -36,6 +36,8 @@ class RsApi {
$deny_list = ["jjrcw.test", "jjrcw.test:8080","report.com","report.jinjianghc.com"]; //拒绝短信名单
if (in_array($_SERVER["HTTP_HOST"], $deny_list))
return false; //测试不请求数据
+ else
+ return true;
}
protected function getInfo($url,$data){