[色子游戏]玩家-新增phone字段

This commit is contained in:
2026-03-04 10:55:23 +08:00
parent 894a562eb4
commit 01f5d6c832
6 changed files with 27 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ class DicePlayerController extends BaseController
$where = $request->more([
['username', ''],
['name', ''],
['phone', ''],
['status', ''],
['coin', ''],
['is_up', ''],