wesmiler преди 3 месеца
родител
ревизия
24caebae54
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      app/Services/Api/BalanceLogService.php

+ 1 - 0
app/Services/Api/BalanceLogService.php

@@ -195,6 +195,7 @@ class BalanceLogService extends BaseService
         $balance = $accountType==2?$agentBalance:$balance;
         dump($agent);
         dump($balance);
+        dump($accountType);
         if(empty($userInfo) || $status != 1){
             $this->error = 1045;
             RedisService::clear($cacheLockKey);