This commit is contained in:
2023-04-04 18:56:44 +08:00
parent 9c44f13498
commit 85c16f1220
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -321,6 +321,7 @@ class UserService extends BaseService
{
$user_info = $this->request->getAttribute("userInfo") ?? [];
die;
$request_params = $this->request->all();
$areaService = new AreaService();