示例#1
0
文件: demo.php 项目: alonexy/lea
function DemoQueryTags()
{
    $push = new XingeApp(00, 'secret_key');
    $ret = $push->QueryTags(0, 100);
    return $ret;
}