Commit 72afc38d by 冷斌

update

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