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