key')));
$num_dxw56=file_get_contents($get_url);
$num_dxw56=str_replace("\n", "", $num_dxw56);
$num_dxw56_res=explode(",",$num_dxw56);
//$num_dxw56_res[1]
if ($num_dxw56_res[1] < 1 || $num_dxw56==30||$num_dxw56==40||$num_dxw56==41||$num_dxw56==42){
return '已用完或者未购买短信包';
exit();
} else {
//
//短信发送状态
if(is_array($mobile)){
$mobile = implode(",", $mobile);
}
$content = Sms::_safe_replace($content);
$data = array(
//'topdomain' => C('config.sms_server_topdomain'),
'u' => trim(C('config.sms_name')),
'p' => md5(trim(C('config.sms_ke