mirror of
https://gitee.com/ctexthuang/hyperf-micro-svc.git
synced 2026-02-08 10:20:16 +08:00
fix : common request
This commit is contained in:
@@ -58,7 +58,7 @@ class UserService extends BaseAdminService
|
||||
return $this->adminReturn->success(
|
||||
'success',
|
||||
Arr::only(
|
||||
$this->getAdminUserInfo($this->adminId) ?: [],
|
||||
$this->getAdminUserInfo($this->adminId)?->toArray() ?: [],
|
||||
['username', 'nickname', 'avatar', 'signed', 'backend_setting', 'phone', 'email']
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user