PC-202304251453\Administrator 6 сар өмнө
parent
commit
41f73df6f5

+ 1 - 1
app/v1/model/center/Game.php

@@ -26,7 +26,7 @@ class Game extends BaseModel
      * 数据库表名称
      * @var string
      */
-    protected $table = 'yy_game';
+    protected $table = 'pf_game';
 
     /**
      * 游戏名称 搜索

+ 1 - 1
app/v1/model/center/GameMain.php

@@ -30,7 +30,7 @@ class GameMain extends BaseModel
      * 数据库表名称
      * @var string
      */
-    protected $table = 'yy_main';
+    protected $table = 'pf_main';
 
     /**
      * 名称 搜索