This commit is contained in:
aozhiwei 2022-01-27 14:45:34 +08:00
parent bae8c2dd35
commit 43f57720f8

View File

@ -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