爵位接口提交-前台-接口修改-礼物列表加爵位礼物是否显示
This commit is contained in:
@@ -26,7 +26,8 @@ class Gift extends BaseCom
|
||||
{
|
||||
$label = input('label',0);
|
||||
$room_id = input('room_id',0);
|
||||
$reslut = model('Gift')->get_gift_list($label,$room_id);
|
||||
$user_id = $this->uid ?? 0;
|
||||
$reslut = model('Gift')->get_gift_list($label,$room_id,$user_id);
|
||||
return V($reslut['code'],$reslut['msg'], $reslut['data']);
|
||||
}
|
||||
//聊天送礼物 (音信)
|
||||
|
||||
Reference in New Issue
Block a user