房间热度卡开发-礼物列表调整

This commit is contained in:
2026-01-26 10:55:02 +08:00
parent f8fe14e11c
commit 41f12df16c
2 changed files with 10 additions and 6 deletions

View File

@@ -19,7 +19,8 @@ class Gift extends BaseCom
{
$no_label = input('no_label','');
$no_label = explode(',',$no_label);
$reslut = model('Gift')->get_gift_label($no_label);
$type = input('type',1);
$reslut = model('Gift')->get_gift_label($type,$no_label);
return V($reslut['code'],$reslut['msg'], $reslut['data']);
}