From 48162ddef7ff34573966d17201f00714b095342a Mon Sep 17 00:00:00 2001 From: tping Date: Fri, 20 Dec 2019 19:29:21 +0800 Subject: [PATCH] =?UTF-8?q?--=20user=5Fplay=20=E5=A2=9E=E5=8A=A0create=5Ft?= =?UTF-8?q?ime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/UserController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Application/Sdk/Controller/UserController.class.php b/Application/Sdk/Controller/UserController.class.php index 3addb073..22ccc3bb 100644 --- a/Application/Sdk/Controller/UserController.class.php +++ b/Application/Sdk/Controller/UserController.class.php @@ -1176,6 +1176,7 @@ class UserController extends BaseController $data["sdk_version"] = $user["sdk_version"]; $data['ppuid'] = $user['puid'] == '' ? 0 : $user['puid']; $data['check_time'] = time(); + $data['create_time'] = time(); // 创建时间 管理后台需要 $user_play -> add($data); }