wesmiler hace 1 año
padre
commit
c159fb4439
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;