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