?? wpp.php
字號:
<?
//wpp test app
include("mpi.inc.php");
//$_PUSH_NO_RESPOND = true;
$pi = new PushInitiator("http://218.200.244.116/PushServlet");
$pi->_debug = true;
//echo $pi->create_si_message("03201007","http://wap.goodfeel.com.cn","it's a test","200407010000@goodfeel.com.cn","http://wap.goodfeel.com.cn/notify","13910845314","13911403905");
echo $pi->send_si_message("03201007","http://wap.goodfeel.com.cn","it's a test","1234","","13910845314","13911403905");
echo $pi->get_push_response();
//$pi->send_si_message("13910845314","http://wap.goodfeel.com.cn","it's a test");
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -