日韩亚洲欧美一区二区三区,日本免费暖暖在线小视频,翘臀美女131,国产午夜av一在线观看

PHP

PHP代碼示例

//接口類型:達(dá)信通語音通知接口。
//賬戶注冊:請(qǐng)通過該地址開通賬戶http://sms.wx96.com/register.html
//注意事項(xiàng):
//(1)調(diào)試期間,請(qǐng)仔細(xì)閱讀接口文檔;
//(2)請(qǐng)使用APIID(查看APIID請(qǐng)登錄用戶中心->語音通知->帳戶及簽名設(shè)置->APIID)及 APIkey來調(diào)用接口;
//(3)該代碼僅供接入達(dá)信通語音通知接口參考使用,客戶可根據(jù)實(shí)際需要自行編寫;

header("Content-type:text/html; charset=UTF-8");

function Post($curlPost,$url){
		$curl = curl_init();
		curl_setopt($curl, CURLOPT_URL, $url);
		curl_setopt($curl, CURLOPT_HEADER, false);
		curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
		curl_setopt($curl, CURLOPT_NOBODY, true);
		curl_setopt($curl, CURLOPT_POST, true);
		curl_setopt($curl, CURLOPT_POSTFIELDS, $curlPost);
		$return_str = curl_exec($curl);
		curl_close($curl);
		return $return_str;
}
function xml_to_array($xml){
	$reg = "/<(\w+)[^>]*>([\\x00-\\xFF]*)<\\/\\1>/";
	if(preg_match_all($reg, $xml, $matches)){
		$count = count($matches[0]);
		for($i = 0; $i < $count; $i++){
		$subxml= $matches[2][$i];
		$key = $matches[1][$i];
			if(preg_match( $reg, $subxml )){
				$arr[$key] = xml_to_array( $subxml );
			}else{
				$arr[$key] = $subxml;
			}
		}
	}
	return $arr;
}

$target = "http://api.vm.wx96.com/webservice/voice.php?method=Submit";
$mobile = '136xxxxxxxx';//手機(jī)號(hào)碼
$post_data = "account=用戶名&password=密碼&mobile=".$mobile."&content=您的訂單號(hào)是:0648。已由順風(fēng)快遞發(fā)出,請(qǐng)注意查收。";
//用戶名是登錄用戶中心->語音通知->帳戶參數(shù)設(shè)置->APIID
//查看密碼請(qǐng)登錄用戶中心->語音通知->帳戶參數(shù)設(shè)置->APIKEY
$gets =  xml_to_array(Post($post_data, $target));
if($gets['SubmitResult']['code']==2){
	echo '提交成功';
}
在線咨詢
電話咨詢

服務(wù)熱線:

4008 808 898

服務(wù)熱線(工作時(shí)間):

4008 808 898

業(yè)務(wù)咨詢(非工作時(shí)間):

4008 808 898

售后咨詢(非工作時(shí)間):

4008 808 898

棋牌| 瓦房店市| 彝良县| 内江市| 泸州市| 芜湖县| 化德县| 奉节县| 阿坝县| 贡山| 偏关县| 邵阳市| 申扎县| 镇巴县| 周口市| 宿迁市| 昭苏县| 浦北县| 临邑县| 东乌| 左权县| 丹巴县| 双柏县| 横山县| 深州市| 苍南县| 察隅县| 临安市| 德州市| 宜章县| 新龙县| 措美县| 安顺市| 科技| 桃园县| 南华县| 襄汾县| 丹寨县| 开封市| 皋兰县| 太原市|