酒吧房:->相关接口提交-接口bug修改

This commit is contained in:
2026-01-07 19:05:28 +08:00
parent f8efd223ee
commit 14fc8ce0a3
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ class BarRoom extends BaseCom
public function get_gift_info_ta(){
$room_id = input('room_id', 0);
$to_user_id =input('to_user_id', 0);
$reslut = model('BarRoom')->get_gift_info_ta($room_id, $to_user_id);
$reslut = model('BarRoom')->get_gift_info_ta($room_id, $to_user_id, $this->uid);
return V($reslut['code'], $reslut['msg'], $reslut['data']);
}