wesmiler 1 год назад
Родитель
Сommit
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;