wesmiler 1 gadu atpakaļ
vecāks
revīzija
9dd55d4fa3
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      app/Services/WalletService.php

+ 2 - 2
app/Services/WalletService.php

@@ -579,7 +579,7 @@ class WalletService extends BaseService
                             continue;
                         }
 
-                        /*
+
                         // 用户账户明细
                         $log = [
                             'user_id'=> $userId,
@@ -603,7 +603,7 @@ class WalletService extends BaseService
                             echo "【{$dateTime} recharge】账户[{$ownerAddress}]充值到钱包[{$address}]记录[{$txid}]金额[{$amount}]账户明细处理失败\n";
                             RedisService::set($cacheKey."{$txid}:error", ['error'=>'账户明细处理失败','log'=>$log,'member'=> $memberInfo,'data'=> $v], 7200);
                             continue;
-                        }*/
+                        }
 
                         // 平台进账
                         FinanceService::make()->saveLog(0, $amount, 1);