盲盒转盘优化-调试-加日志监控

This commit is contained in:
2025-10-25 16:18:11 +08:00
parent 4effce28ef
commit fc48e1f261
2 changed files with 13 additions and 13 deletions

View File

@@ -1379,7 +1379,7 @@ class Room extends adminApi
]);
//房间绑定盘
model('Room')->bindPan($id);
// model('Room')->bindPan($id);
return V(1,"成功");
}