From 3b2dd8eb492d64beaca5ba9d1bea4b82de767ad2 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 4 Apr 2022 17:27:47 +0800 Subject: [PATCH] 1 --- webapp/controller/BcShopController.class.php | 3 +++ webapp/mt/BcShopGoods.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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) {