更新推送订单接口新增start_time和end_time

This commit is contained in:
2026-04-08 10:28:40 +08:00
parent 6bec4e7758
commit 186af5a55f
5 changed files with 36 additions and 12 deletions

View File

@@ -942,6 +942,8 @@ class Playx extends Api
'grant_status' => MallOrder::GRANT_NOT_SENT,
'create_time' => time(),
'update_time' => time(),
'start_time' => date('Y-m-d H:i:s', time()),
'end_time' => date('Y-m-d H:i:s', time()+86400*3),
]);
Db::commit();