房间内流水详情
This commit is contained in:
@@ -363,6 +363,8 @@ class GiveGift extends Model
|
||||
$gid = $data['gift_id'];
|
||||
$num = $data['number'];
|
||||
|
||||
//记录房间流水 ($roomId, $amount)
|
||||
model('api/RoomDailyIncome')->addDailyIncome($from_id,$gift_price);
|
||||
//收礼人认证歌手等级升级
|
||||
model('api/SingerSong')->singerLevelUp($to_id,$gift_price);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user