1.當你網站收到訂單,或客服留言,或商品問答時。
可以透過這個API,傳送HTML到站長手機。
2.假設你的手機號碼為 "phonenumber" 密碼為 "safechat" 傳送內容為 "收到新訂單"。
3.在你的網站程式碼中加入以下 PHP API 程式即可。
PHP 發簡訊到手機範例:
//PHP Script Sample Code:
$userid='account';
$password='password';
$html = urlencode('收到新訂單');
file_get_contents('https://m.3x.com.tw/send_mobile_msg_self.php?xid='.$userid.'&password='.$password.'&html='.$html);
Java Script 發簡訊到手機範例:
//Jave Script Sample Code:
html = urlencode('收到新訂單');
userid='account';
password='password';
var em = document.createElement("img");
em.src = 'https://m.3x.com.tw/send_mobile_msg_self.php?xid='+userid+'&password='+password+'&html='+html;
4.貼心提醒:要先在手機安裝 "三乂斗金主股票實戰模擬紙交易聊天室" 這個APP,
並註冊帳號密碼喔。