Commit 72afc38d by 冷斌

update

parent b56c49a9
...@@ -800,6 +800,8 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -800,6 +800,8 @@ class Model_Live extends PhalApi_Model_NotORM {
$userInfo = getUserInfo($uid); $userInfo = getUserInfo($uid);
$liveUserInfo = getUserInfo($liveuid); $liveUserInfo = getUserInfo($liveuid);
$home = new Model_Home();
$this->jpush([ $this->jpush([
'liveuid' => $liveuid, 'liveuid' => $liveuid,
...@@ -808,6 +810,7 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -808,6 +810,7 @@ class Model_Live extends PhalApi_Model_NotORM {
'live_nickname' => $liveUserInfo['user_nicename'], 'live_nickname' => $liveUserInfo['user_nicename'],
'gift_name' => $giftinfo['giftname'], 'gift_name' => $giftinfo['giftname'],
'number' => $giftcount, 'number' => $giftcount,
'info' => $home->getOnline($liveuid),
]); ]);
$total= $giftinfo['needcoin']*$giftcount; $total= $giftinfo['needcoin']*$giftcount;
......
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