From 91f1627cf37cdeba12dd74849746f1279fbc2361 Mon Sep 17 00:00:00 2001 From: songliang Date: Sun, 25 Jun 2023 12:04:01 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 131a5bc4..476003a1 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -26,7 +26,7 @@ require_once('services/BlockChainService.php'); require_once('phpcommon/bignumber.php'); -use phpcommon; +// use phpcommon; use phpcommon\HttpClient; use phpcommon\SqlHelper; use models\User;