예제 #1
0
파일: demo.php 프로젝트: alonexy/lea
function DemoQueryTags()
{
    $push = new XingeApp(00, 'secret_key');
    $ret = $push->QueryTags(0, 100);
    return $ret;
}