feat(topup): add admin-only audit info to top-up logs

Thread caller IP from webhook/admin controllers through model recharge
functions and record a new RecordTopupLog entry with admin_info (server
IP, caller IP, order payment method, callback payment method, system
version). Frontend shows these fields in the expanded log row and the
IP column for admins on top-up logs, while non-admins continue to see
admin_info stripped by formatUserLogs.
This commit is contained in:
CaIon
2026-04-17 23:51:30 +08:00
parent e2807c5f95
commit 209d90e861
15 changed files with 3570 additions and 1617 deletions
+343 -193
View File
File diff suppressed because it is too large Load Diff
+368 -205
View File
File diff suppressed because it is too large Load Diff
+342 -191
View File
File diff suppressed because it is too large Load Diff
+374 -205
View File
File diff suppressed because it is too large Load Diff
+343 -195
View File
File diff suppressed because it is too large Load Diff
+1052 -438
View File
File diff suppressed because it is too large Load Diff
+655 -165
View File
File diff suppressed because it is too large Load Diff