wesmiler hace 3 meses
padre
commit
3c849a384e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app/Services/Api/BalanceLogService.php

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

@@ -193,6 +193,8 @@ class BalanceLogService extends BaseService
         $agentBalance = isset($agent['balance'])? $agent['balance'] : 0;
         $nickname = isset($userInfo['nickname'])? $userInfo['nickname'] : '';
         $balance = $accountType==2?$agentBalance:$balance;
+        dump($agent);
+        dump($balance);
         if(empty($userInfo) || $status != 1){
             $this->error = 1045;
             RedisService::clear($cacheLockKey);