This commit is contained in:
songliang 2023-07-14 21:03:05 +08:00
parent 69a489a2d7
commit 82e38d19f8
2 changed files with 0 additions and 2 deletions

View File

@ -538,7 +538,6 @@ class MarketController extends BaseAuthedController
't_market_store',
array(
'token_id' => '',
'order_id' => 0,
'item_id' => $item_id,
'owner_address' => $address,
'token_type' => 0,

View File

@ -69,7 +69,6 @@ class MarketSellOrderOk extends MarketCallbackBase
't_market_store',
array(
'token_id' => $tokenId,
'order_id' => 0,
'o_link' => $o_link,
'nft_token' => $nftToken,
'status' => 0,