Commit b56c49a9 by 冷斌

update

parent 7e721588
......@@ -798,10 +798,16 @@ class Model_Live extends PhalApi_Model_NotORM {
return 1002;
}
$userInfo = getUserInfo($uid);
$liveUserInfo = getUserInfo($liveuid);
$this->jpush([
'liveuid' => $liveuid,
'stream' => $stream,
'uid' => $uid,
'user_nickname' => $userInfo['user_nicename'],
'live_nickname' => $liveUserInfo['user_nicename'],
'gift_name' => $giftinfo['giftname'],
'number' => $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