PHP 飛信好友免費簡訊API介面開源版

來源:互聯網
上載者:User

1,支援群發 (如果需要群發多號用英文逗號(,)分隔(159..,159..))
2,支援POST或GET方式提交資料
本站介面:
http://api.heqee.com/fetion/?username=飛信手機號碼&passowrd=飛信手機密碼&to=接收人號碼&message=簡訊內容
或者
http://api.heqee.com/fetion/?u=飛信手機號碼&p=飛信手機密碼&t=接收人號碼&m=簡訊內容

您也可以下載源碼放在自己的網站上 複製代碼 代碼如下:<?php
/*
所需PHP擴充:curl, simplexml
*/
include "libs/fetion.class.php";
#設定飛信帳號密碼
$username="15900000000";
$password="password";
//接收號碼,多號碼用","分隔(159..,159..)
$sendto ="15900000000,13400000000";
//訊息內容
$message = "I am from heqee.com";
//執行個體化(必須)
$fetion = new fetion($username,$password);
//發送 返回布爾
$sms = $fetion->send($sendto,$message);
if($sms){
echo "ok";
}
?>

開原始碼下載http://www.jb51.net/codes/28628.html

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.