wesmiler hace 3 meses
padre
commit
24caebae54
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);