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);