testadmin
7fe15a0d50
fix: unify log path to runtime/log/ for all contexts
...
- Logger: use root_path()/runtime/log/ instead of runtime_path()/log/
(runtime_path() returns app-specific path in multi-app mode)
- Remove debug output from Log controller
2026-05-14 11:44:57 +08:00
testadmin
cbe48e938a
debug: return runtime path and data keys
2026-05-14 11:43:53 +08:00
testadmin
b733eab816
debug: add error catching to log endpoint
2026-05-14 11:41:58 +08:00
testadmin
df6aa119a0
fix: use getContent() for JSON body parsing in log endpoint
2026-05-14 11:40:54 +08:00
testadmin
966b3133bf
fix: parse JSON body in log report endpoint
2026-05-14 11:38:59 +08:00
testadmin
817e262140
fix: frontend error reporting route - bypass auth middleware
...
- Create handle/controller/Log.php (no auth) for dealer error reports
- Update error-report.js URL: /index/log_report → /log/report
- index app already has Log controller at /log/report
2026-05-14 11:37:58 +08:00
testadmin
b518578266
feat: complete logging coverage - all services + frontend route fix
...
Backend additions:
- UserConnectService, ScanConnectService: connection logging
- ToBetCommonService, ToBetBaccaratService: bet rejection/success logging
- ResetBoot, ResetNumberTab, ResetBaccarat, ResetDt: reset event logging
- handle/Index: log_report controller method (fixes route for dealer端)
- index/Log: log_report controller for player端 (no auth required)
Frontend:
- error-report.js: fix report URL to /index/log_report (matches handle controller)
Total: 21 backend files with 60 Logger calls across 5 categories
2026-05-14 11:35:34 +08:00
testadmin
1c666a22be
fix: 路单查询补查 luck_six/dragon_seven/panda_eight 字段
...
根因:getByBootIdDone 只查 result,pair,新字段没传到 Waybill,前端拿不到数据
2026-05-02 00:02:58 +08:00
li
b8cd0c9418
add
2026-01-28 23:48:20 +08:00