This commit is contained in:
yangduo 2025-04-02 17:11:11 +08:00
parent b128626739
commit 6e25549f42
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<?php
require_once 'metatable/shopGoods.php';
class HangController{
protected function getMysql($account_id)

View File

@ -2,6 +2,7 @@
require 'classes/Quest.php';
require 'classes/AddReward.php';
require_once 'metatable/shopGoods.php';
class PassController{