diff --git a/ThinkPHP/Library/Think/Pay.class.php b/ThinkPHP/Library/Think/Pay.class.php index 481a0c264..af718417e 100644 --- a/ThinkPHP/Library/Think/Pay.class.php +++ b/ThinkPHP/Library/Think/Pay.class.php @@ -313,6 +313,7 @@ class Pay $spend_data['game_name'] = $vo->getGameName(); $spend_data['server_id'] = $vo->getServerId(); $spend_data['server_name'] = $vo->getServerName(); + $spend_data['game_player_id'] = $vo->getGameplayerId(); $spend_data['game_player_name'] = $vo->getGameplayerName(); $spend_data['promote_id'] = $vo->getPromoteId(); $spend_data['promote_account'] = $vo->getPromoteName();