Commit fcac7779 by haojie

1

parent 9c406110
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
use Illuminate\Foundation\Bus\Dispatchable; use Illuminate\Foundation\Bus\Dispatchable;
use Illuminate\Queue\InteractsWithQueue; use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels; use Illuminate\Queue\SerializesModels;
use Illuminate\Support\Facades\Log;
use Illuminate\Support\Facades\Redis; use Illuminate\Support\Facades\Redis;
use App\Models\UserWallet; use App\Models\UserWallet;
...@@ -61,6 +62,7 @@ public function IntervalCheck($hash, $price, $address, $to) ...@@ -61,6 +62,7 @@ public function IntervalCheck($hash, $price, $address, $to)
if ($item->status == 1) { if ($item->status == 1) {
return true; return true;
} }
Log::error('插入redis');
# 获取交易 # 获取交易
$obj = (object)[]; $obj = (object)[];
$obj->hash = $hash; $obj->hash = $hash;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment