PC-202304251453\Administrator il y a 6 mois
Parent
commit
41f73df6f5
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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';
 
     /**
      * 名称 搜索