Ken 5 өдөр өмнө
parent
commit
43717c0f68

+ 2 - 1
app/Services/BalanceLogService.php

@@ -12,7 +12,8 @@ class BalanceLogService extends BaseService
     public static array $RW = [
         '充值', '人工充值', '三方充值', '注册赠送', '优惠活动',
         '提现', '人工扣款', '三方提现', '投注',
-        '中奖', '资产转移', '比比返', '返水', '回水', '笔笔返', '投注退分'];
+        '中奖', '资产转移', '比比返', '返水', '回水', '笔笔返', '投注退分'
+    ];
 
     public static function init($telegram, $data, $chatId, $firstName, $messageId, $callbackId): void
     {