This commit is contained in:
aozhiwei 2023-08-23 13:38:04 +08:00
parent 3b7548ca86
commit 1e6b6a9714

View File

@ -70,6 +70,7 @@ class GameItemMarketBuyOk {
array('account_id' => $accountId), array('account_id' => $accountId),
$event); $event);
} }
$currencyName = $orderDb['currency_name'];
$itemService = new ShopAddItemService(); $itemService = new ShopAddItemService();
$itemService->addItemByAccountId($accountId, $itemId, $itemNum); $itemService->addItemByAccountId($accountId, $itemId, $itemNum);
myself()->_addLogEx($accountId, "mallBuyOk", "end", array( myself()->_addLogEx($accountId, "mallBuyOk", "end", array(