|
|
@@ -267,6 +267,10 @@ class PlayerControl extends BaseController
|
|
|
$item['old_rtp'] = bcdiv($item['old_rtp'], 100, 2) . "%";
|
|
|
$item['now_rtp'] = bcdiv($rtpConfigList[$one_key] ?? 0, 100, 2) . "%";
|
|
|
|
|
|
+ if(!empty($item['auto_cancel_rtp'])) {
|
|
|
+ $item['auto_cancel_rtp'] = bcdiv($item['auto_cancel_rtp'], 100, 2) . "%";
|
|
|
+ }
|
|
|
+
|
|
|
$playerInfo = $playerConfig[$player_id] ?? [];
|
|
|
$item['uname'] = $playerInfo['uname'] ?? '';
|
|
|
$item['nickname'] = $playerInfo['nickname'] ?? '';
|