|
@@ -262,6 +262,13 @@ class PlayerControl extends BaseController
|
|
|
$item['control_rpt'] = bcdiv($item['control_rpt'], 100, 2) . "%";
|
|
$item['control_rpt'] = bcdiv($item['control_rpt'], 100, 2) . "%";
|
|
|
$item['old_rtp'] = bcdiv($item['old_rtp'], 100, 2) . "%";
|
|
$item['old_rtp'] = bcdiv($item['old_rtp'], 100, 2) . "%";
|
|
|
$item['now_rtp'] = bcdiv($rtpConfigList[$one_key] ?? 0, 100, 2) . "%";
|
|
$item['now_rtp'] = bcdiv($rtpConfigList[$one_key] ?? 0, 100, 2) . "%";
|
|
|
|
|
+
|
|
|
|
|
+ unset($item['app_id']);
|
|
|
|
|
+ unset($item['game_id']);
|
|
|
|
|
+ unset($item['bet_amount']);
|
|
|
|
|
+ unset($item['bet_count']);
|
|
|
|
|
+ unset($item['total_win_amount']);
|
|
|
|
|
+
|
|
|
$results['list'][$key] = $item;
|
|
$results['list'][$key] = $item;
|
|
|
}
|
|
}
|
|
|
|
|
|