function DemoQueryPushStatus() { $push = new XingeApp(00, 'secret_key'); $pushIdList = array('31', '32'); $ret = $push->QueryPushStatus($pushIdList); return $ret; }