|
@@ -28,7 +28,7 @@ class ChuanglanSmsApi {
|
|
|
'phone' => $mobile,
|
|
|
'report' => $needstatus,
|
|
|
);
|
|
|
- $deny_list = ["jjrcw.test", "jjrcw.test:8080","report.com"];
|
|
|
+ $deny_list = ["jjrcw.test", "jjrcw.test:8080","report.com","report.jinjianghc.com"];
|
|
|
if (in_array($_SERVER["HTTP_HOST"], $deny_list))
|
|
|
return false;
|
|
|
$result = $this->curlPost(self::API_SEND_URL, $postArr);
|