Exemplo n.º 1
0
Arquivo: demo.php Projeto: alonexy/lea
function DemoQueryPushStatus()
{
    $push = new XingeApp(00, 'secret_key');
    $pushIdList = array('31', '32');
    $ret = $push->QueryPushStatus($pushIdList);
    return $ret;
}