From 1ba487df828603c2591bd32d767426fdc0a0574e Mon Sep 17 00:00:00 2001 From: songliang Date: Wed, 7 Dec 2022 18:13:53 +0800 Subject: [PATCH] ... --- webapp/controller/MarketController.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index 7540a42d..442c2a54 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -714,6 +714,9 @@ class MarketController extends BaseController { $signature = getReqVal('signature', ''); $net_id = getReqVal('net_id', ''); + $conn = myself()->_getMysql(''); + $conn->execScript('DELETE FROM t_market_store', array('token_id' => $nft_token)); + $this->_rspOk(); }