Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
blind-box-api
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haojie
blind-box-api
Commits
fcac7779
Commit
fcac7779
authored
Mar 09, 2023
by
haojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9c406110
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
app/Jobs/CheckArrival.php
+2
-0
public/uploads/files/079e2b5aba95b4edf3f8a386c0d6a46b.png
+0
-0
No files found.
app/Jobs/CheckArrival.php
View file @
fcac7779
...
...
@@ -8,6 +8,7 @@
use
Illuminate\Foundation\Bus\Dispatchable
;
use
Illuminate\Queue\InteractsWithQueue
;
use
Illuminate\Queue\SerializesModels
;
use
Illuminate\Support\Facades\Log
;
use
Illuminate\Support\Facades\Redis
;
use
App\Models\UserWallet
;
...
...
@@ -61,6 +62,7 @@ public function IntervalCheck($hash, $price, $address, $to)
if
(
$item
->
status
==
1
)
{
return
true
;
}
Log
::
error
(
'插入redis'
);
# 获取交易
$obj
=
(
object
)[];
$obj
->
hash
=
$hash
;
...
...
public/uploads/files/079e2b5aba95b4edf3f8a386c0d6a46b.png
0 → 100644
View file @
fcac7779
1.99 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment