This commit is contained in:
songliang 2022-12-07 18:13:53 +08:00
parent f9e7929c50
commit 1ba487df82

View File

@ -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();
}