巡乐会抽奖接口提交.-联调-xlh_end_time调整为时间戳

This commit is contained in:
2025-09-01 09:54:35 +08:00
parent 9fdac8d628
commit 6be887377e

View File

@@ -449,7 +449,7 @@ class BlindBoxTurntableGift extends Model
'title' => $xlh_box['name'],
'rule_url' => get_system_config_value('web_site')."/api/Page/get_gift_box_rule?box_id=".$xlh_box["id"],
'box_price' => $xlh_ext['xlh_box_price'],
'xlh_end_time' =>date('Y-m-d H:i:s',$xlh_end_time),
'xlh_end_time' =>$xlh_end_time,
'give_homeowner_gift' => [
'gift_id' => $room_user_gift['gid'],
'gift_name' => $room_user_gift['gift_name'],