From ecbd558c224cc81be7b0977a79e0bbcf3651b788 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Tue, 4 Apr 2023 18:58:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/UserService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Services/UserService.php b/app/Services/UserService.php index 7f6cc9e..cc45c90 100644 --- a/app/Services/UserService.php +++ b/app/Services/UserService.php @@ -321,7 +321,6 @@ class UserService extends BaseService { $user_info = $this->request->getAttribute("userInfo") ?? []; - die; $request_params = $this->request->all(); $areaService = new AreaService();