巡乐会抽奖接口提交.-heart_id 天津

This commit is contained in:
2025-09-10 16:35:06 +08:00
parent 8ee03a3958
commit 9c923b2c04
5 changed files with 15 additions and 11 deletions

View File

@@ -282,9 +282,9 @@ class Friend extends Model
* @param $room_id 房间id
* @param $pit_number 坑位
*/
public function room_give_gift($uid, $to_uid, $gift_id, $gift_num, $from_type, $type, $room_id, $pit_number, $heart_id)
public function room_give_gift($uid, $to_uid, $gift_id, $gift_num, $from_type, $type, $room_id, $pit_number, $heart_id,$give_gift_ext)
{
$res = model('GiveGift')->give_gift($uid, $to_uid, $gift_id, $gift_num, $from_type, $type, $room_id, $pit_number);
$res = model('GiveGift')->give_gift($uid, $to_uid, $gift_id, $gift_num, $from_type, $type, $room_id, $pit_number,$give_gift_ext);
if($res['code'] != 1){
return $res;
}