wesmiler 1 년 전
부모
커밋
c159fb4439
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/Common/BalanceLogService.php

+ 1 - 1
app/Services/Common/BalanceLogService.php

@@ -476,7 +476,7 @@ class BalanceLogService extends BaseService
             // USDT链上打款
             $hash = '';
             if($payType == 20){
-                $trcUrl = isset($userInfo['trc_url'])? $userInfo['trc_url'] : '';
+                $trcUrl = isset($info['trc_url'])? $info['trc_url'] : '';
                 if(empty($trcUrl)){
                     DB::rollBack();
                     $this->error = 4005;