wpp.php

来自「这个是发送网站push的php程序」· PHP 代码 · 共 12 行

PHP
12
字号
<?
//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 + =
减小字号Ctrl + -
显示快捷键?