diff --git a/Application/Common/Common/extend.php b/Application/Common/Common/extend.php index b34d3c73d..8d9b15e40 100644 --- a/Application/Common/Common/extend.php +++ b/Application/Common/Common/extend.php @@ -1081,7 +1081,7 @@ function is_check_account($account){ } //获取游戏cp比例 -function getGameSelleRatio($gameId = null, $promoteId = null, $field = 'id') +function getGameSelleRatio($promoteId = null, $gameId = null, $field = 'id') { $promoteGameRatio = getGameSelleRatioByPromote($promoteId, $gameId); if ($promoteGameRatio === false) {