定版之后bug修改-获取用户当前房间的巡乐会信息接口提交
This commit is contained in:
@@ -1159,9 +1159,11 @@ class BlindBoxTurntableGift extends Model
|
||||
}else{
|
||||
$xlh_status = 0;//未开始
|
||||
}
|
||||
return ['code' => 1, 'msg' => '成功', 'data' => [
|
||||
'xlh_status'=>$xlh_data,
|
||||
return [
|
||||
'activities_name' => $xlh_box['name'],
|
||||
'ico' => null,
|
||||
'xlh_status'=>$xlh_status,
|
||||
'end_time'=>$xlh_data['end_time'] ?? 0,
|
||||
]];
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user