Commit 9926fa2b authored by liuqiao's avatar liuqiao

Merge branch 'master' into feature-lq-04

parents fad9b05c bf84ad7e
...@@ -846,7 +846,7 @@ if(!function_exists('sendsms')) ...@@ -846,7 +846,7 @@ if(!function_exists('sendsms'))
{ {
function sendsms($mobile,$msg){ function sendsms($mobile,$msg){
global $conf_city; global $conf_city;
curl_get_contents("http://mysms.house365.com:81/index.php/Interface/apiSendMobil/jid/7/depart/3/city/".$conf_city."/mobileno/".$mobile."/?msg=".urlencode($msg)); curl_get_contents("http://mysms.house365.com/index.php/Interface/apiSendMobil/jid/7/depart/3/city/".$conf_city."/mobileno/".$mobile."/?msg=".urlencode($msg));
} }
} }
......
...@@ -860,7 +860,7 @@ if(!function_exists('sendsms')) ...@@ -860,7 +860,7 @@ if(!function_exists('sendsms'))
{ {
function sendsms($mobile,$msg){ function sendsms($mobile,$msg){
global $conf_city; global $conf_city;
curl_get_contents("http://mysms.house365.com:81/index.php/Interface/apiSendMobil/jid/7/depart/3/city/".$conf_city."/mobileno/".$mobile."/?msg=".urlencode($msg)); curl_get_contents("http://mysms.house365.com/index.php/Interface/apiSendMobil/jid/7/depart/3/city/".$conf_city."/mobileno/".$mobile."/?msg=".urlencode($msg));
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment