From 43f57720f8ed340b4ed20e65f9604585b353d3f4 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 27 Jan 2022 14:45:34 +0800 Subject: [PATCH] 1 --- webapp/controller/MarketController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index 7785df25..92ca30d6 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -163,7 +163,7 @@ class MarketController extends BaseController { }*/ $orderId = BuyRecord::genOrderId($gameId, $funcId, myself()->_getNowTime(), $buyerAddress); - $tokenId = $orderId; + $tokenId = ''; if ($this->isTestMode()) { $itemId = $type; SqlHelper::insert