Commit ad3b9306 by 冷斌

fix bug

parent d61494db
......@@ -912,6 +912,8 @@ class Api_Live extends PhalApi_Api {
$domain=new Domain_Home();
$res=$domain->wealth('day');
$i = 99;
var_dump($res);
die;
foreach ($res as $key => $r){
if ($r['uid'] == $uid) {
var_dump($key);
......
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