...
This commit is contained in:
parent
f9e7929c50
commit
1ba487df82
@ -714,6 +714,9 @@ class MarketController extends BaseController {
|
|||||||
$signature = getReqVal('signature', '');
|
$signature = getReqVal('signature', '');
|
||||||
$net_id = getReqVal('net_id', '');
|
$net_id = getReqVal('net_id', '');
|
||||||
|
|
||||||
|
$conn = myself()->_getMysql('');
|
||||||
|
$conn->execScript('DELETE FROM t_market_store', array('token_id' => $nft_token));
|
||||||
|
|
||||||
$this->_rspOk();
|
$this->_rspOk();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user