diff --git a/webapp/controller/BcShopController.class.php b/webapp/controller/BcShopController.class.php index 3718ceb1..b6012399 100644 --- a/webapp/controller/BcShopController.class.php +++ b/webapp/controller/BcShopController.class.php @@ -11,12 +11,15 @@ require_once('models/BoxOrder.php'); require_once('models/Nft.php'); require_once('models/BuyRecord.php'); +require_once('services/MarketService.php'); + require_once('phpcommon/bchelper.php'); use phpcommon\SqlHelper; use models\BoxOrder; use models\Nft; use models\BuyRecord; +use services\MarketService; class BcShopController extends BaseController { diff --git a/webapp/mt/BcShopGoods.php b/webapp/mt/BcShopGoods.php index b35ea9f6..52ad9d22 100644 --- a/webapp/mt/BcShopGoods.php +++ b/webapp/mt/BcShopGoods.php @@ -4,7 +4,7 @@ namespace mt; use phpcommon; -class MarketGoods { +class BcShopGoods { public static function get($id) {