testadmin
|
aa74a6edc1
|
fix: 荷官端卡住根因修复 — endBet防抖+状态同步+WaybillRemind越界
1. end_bet_error翻译从'停止成功'改为'已停止下注'(误导荷官以为操作成功)
2. endBet()加2秒防抖,防止连按Enter导致重复请求
3. Numpad 0加状态守卫,只在bet_status=1时才调endBet
4. endBet失败时前端自动同步服务端bet_status,不再弹错误框
5. 后端end_bet_error响应附带当前bet_status供前端同步
6. WaybillRemindService路子珠pattern检测加try-catch,消除每日59次offset -1错误
|
2026-05-19 00:28:02 +08:00 |
|
testadmin
|
ef66019c29
|
feat: 修改上局结果支持幸运6/龙7/熊8
- tab_b.html: 下拉菜单加6/7/8选项(5段格式 opening-pair-luck_six-dragon_seven-panda_eight)
- handle_b.js: retreated()解析并传dragon_seven/panda_eight
- NumberTab: resetBaccarat更新luck_six/dragon_seven/panda_eight字段
- ResetBaccaratService: 比较条件加上三个字段
|
2026-05-13 19:09:43 +08:00 |
|
testadmin
|
71d28ef630
|
chore: .gitignore 加入 vendor/runtime/.DS_Store,清理 git 索引
|
2026-05-11 14:13:05 +08:00 |
|
黎小北
|
a9108d7581
|
牛牛作废增加调试日志
|
2026-03-25 06:15:09 +08:00 |
|
li
|
94cbf9a093
|
chore: 清理未提交的DS_Store文件
|
2026-02-11 16:59:23 +08:00 |
|
li
|
83f3d2319d
|
fix: 修复龙虎resetDt余额回滚公式符号错误
龙虎修改开奖结果后,余额计算公式将旧win_total用+号(应为-号),
导致改回正确结果后只扣了抽水而未扣回本金。
与resetBaccarat逻辑对齐:+ $v['win_total'] → - $v['win_total']
|
2026-02-11 16:13:02 +08:00 |
|
li
|
ca996c227c
|
Refactor ChatConnect and related classes to use dynamic typing for properties and method parameters. Update event handling to use a consistent naming convention for emitted events. Adjust WebSocket message handling methods to accept event arrays instead of specific data structures. Update configuration for Swoole to increase ping intervals and timeouts.
|
2026-01-29 03:04:40 +08:00 |
|
li
|
b8cd0c9418
|
add
|
2026-01-28 23:48:20 +08:00 |
|