[FIX] 解決手機重複登入日誌問題並新增裝置詳細資訊偵測
All checks were successful
star-cloud-deploy-demo / deploy-demo (push) Successful in 59s

This commit is contained in:
2026-03-13 10:21:43 +08:00
parent 6fab048461
commit bb5d212569
7 changed files with 277 additions and 11 deletions

View File

@@ -13,6 +13,9 @@ class UserLoginLog extends Model
'user_id',
'ip_address',
'user_agent',
'device_type',
'browser',
'platform',
'login_at',
];