From 097c104430422ac41ae6e9e44a6f0602d0968829 Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Mon, 27 Apr 2020 13:04:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Base/Service/UserService.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Base/Service/UserService.class.php b/Application/Base/Service/UserService.class.php index 7846ae34..f1678797 100644 --- a/Application/Base/Service/UserService.class.php +++ b/Application/Base/Service/UserService.class.php @@ -35,7 +35,7 @@ class UserService $noticeCount = $this->getNoticeCount($user, $game); $this->addUserPlay($user, $game, $clientIp); - $response = [ + $data = [ 'status' => 200, 'return_code' => 'success', 'return_msg' => '登录成功',