Commit fa12af90 by 冷斌

fix bug

parent 8513733c
......@@ -910,7 +910,7 @@ class Api_Live extends PhalApi_Api {
protected function getbaiming($uid)
{
$domain=new Domain_Home();
$res=$domain->wealth('day');
$res=$domain->star('day');
$i = 99;
foreach ($res as $key => $r){
if ($r['uid'] == $uid) {
......
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