$operLogService
$operLogService : \App\Services\Admin\LogOperService
我的日志控制器
职责:个人中心的本人日志查询——我的操作(td_log_sys_oper)、我的登录 (td_log_user_login)与密码修改台账(td_log_user_password); ownOnly/恒本人语义保证任何用户(含超管)都只能取到本人行, 这是「看自己」而非「看他人」的专用通道。
┌────────────────── 分区导航(按此顺序阅读)──────────────────┐ 分区 1 · 分页与详情 index / show(kind 分派三类台账) └────────────────────────────────────────────────────────────┘
$operLogService : \App\Services\Admin\LogOperService
$loginLogService : \App\Services\Admin\LogLoginService
$passwordLogService : \App\Services\Admin\LogPasswordService
__construct(\App\Services\Admin\LogOperService $operLogService, \App\Services\Admin\LogLoginService $loginLogService, \App\Services\Admin\LogPasswordService $passwordLogService) : mixed
| \App\Services\Admin\LogOperService | $operLogService | |
| \App\Services\Admin\LogLoginService | $loginLogService | |
| \App\Services\Admin\LogPasswordService | $passwordLogService |