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