From 6e924cdc7e6e8c3c49d55871e4c9d39bc8dad07d Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sun, 3 Apr 2022 14:22:20 +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 33a3798f..f6c70249 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -193,7 +193,7 @@ class MarketController extends BaseController { $tokenId = $orderId; $tokenType = 0; $fieldsKv = array( - 'game_id' => 2006, + 'game_id' => $gameId, 'func_id' => $funcId, 'batch_idx' => $currBatchMeta['id'], 'order_id' => $orderId,