Commit d61494db by 冷斌

fix bug

parent cde53529
......@@ -914,6 +914,8 @@ class Api_Live extends PhalApi_Api {
$i = 99;
foreach ($res as $key => $r){
if ($r['uid'] == $uid) {
var_dump($key);
die;
$i = $key;
break;
}
......
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