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,