房间热度卡开发-礼物列表调整
This commit is contained in:
@@ -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']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user