From 38cb3896f143eef3863ff189b67d9003eb30228b Mon Sep 17 00:00:00 2001 From: devil_gong Date: Sat, 29 Jun 2019 14:37:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/UserService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/service/UserService.php b/application/service/UserService.php index f78e13c91..fe571243e 100755 --- a/application/service/UserService.php +++ b/application/service/UserService.php @@ -1887,7 +1887,7 @@ class UserService $obj->Remove(); // 用户登录纪录处理 - self::UserLoginRecord($user_id, true) + self::UserLoginRecord($user_id, true); return DataReturn('绑定成功', 0, self::AppUserInfoHandle($user_id)); } else {