Commit 90ed33dd by 冷斌

fix bug

parent 5d113cbf
......@@ -1693,6 +1693,7 @@ class Api_Live extends PhalApi_Api {
DI()->redis -> set($rs['info'][0]['gifttoken'],json_encode($result));
$info=getUserInfo($liveuid);
$rs['info'][0]['liveuinfo'] = $info;
$rs['data22'] = $result;
// if(!$info){
// $rs['info'][0]['liveuinfo'] = $info;
......
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