📄 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 + -