Commit cdad54dd by 冷斌

update

parent e81ebd90
......@@ -1355,7 +1355,7 @@ class Api_Live extends PhalApi_Api {
protected function getUserList($liveuid,$stream,$p=1) {
/* 用户列表 */
$n=1;
$pnum=200;
$pnum=100;
$start=($p-1)*$pnum;
$domain_guard = new Domain_Guard();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment