|
$deny_list = ["jjrcw.test", "jjrcw.test:8080","report.com","report.jinjianghc.com"]; //拒绝短信名单
|
|
$deny_list = ["jjrcw.test", "jjrcw.test:8080","report.com","report.jinjianghc.com"]; //拒绝短信名单
|
|
if (in_array($_SERVER["HTTP_HOST"], $deny_list))
|
|
if (in_array($_SERVER["HTTP_HOST"], $deny_list))
|
|
protected function getInfo($url,$data){
|
|
protected function getInfo($url,$data){
|