From 436bd3decfacb239ae15cdb60d83f63c4e2ceb46 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 3 Aug 2023 21:24:40 +0800 Subject: [PATCH] 1 --- webapp/services/BlockChainService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/services/BlockChainService.php b/webapp/services/BlockChainService.php index f1ef161f..060a9481 100644 --- a/webapp/services/BlockChainService.php +++ b/webapp/services/BlockChainService.php @@ -46,6 +46,7 @@ class BlockChainService { 'c' => 'GameItemMall', 'a' => 'buy', 'account' => $account, + 'currency_name' => $currency, 'price' => $price, 'net_id' => NET_ID );