Browse Source

Merge branch 'master' of http://47.76.126.2:3000/seven/bot-28

Ken 3 days ago
parent
commit
cdd00ee1ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/BalanceLogService.php

+ 1 - 1
app/Services/BalanceLogService.php

@@ -8,7 +8,7 @@ use App\Models\BalanceLog;
 class BalanceLogService extends BaseService
 {
 
-    public static $RW = ['充值','提现','人工充值','人工扣款','三方提现','资产转移','比比返','投注','回水'];
+    public static $RW = ['充值','提现','人工充值','人工扣款','三方提现','三方充值','资产转移','比比返','投注','回水'];
     public static $MODEL= BalanceLog::class;