PC-202304251453\Administrator 6 月之前
父节点
当前提交
41f73df6f5
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      app/v1/model/center/Game.php
  2. 1 1
      app/v1/model/center/GameMain.php

+ 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';
 
     /**
      * 名称 搜索