Commit bf84ad7e authored by esf's avatar esf

短信接口更改

parent f1ec094c
......@@ -846,7 +846,7 @@ if(!function_exists('sendsms'))
{
function sendsms($mobile,$msg){
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'))
{
function sendsms($mobile,$msg){
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