Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
token
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wallet
token
Commits
efa1ba2b
Commit
efa1ba2b
authored
5 years ago
by
shajiaming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询交易错误超时后删除cache
parent
46373e98
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
CrossChainController.php
console/controllers/CrossChainController.php
+2
-0
No files found.
console/controllers/CrossChainController.php
View file @
efa1ba2b
...
@@ -102,6 +102,8 @@ class CrossChainController extends Controller
...
@@ -102,6 +102,8 @@ class CrossChainController extends Controller
if
((
$current_time
-
$cache_error_time
)
<
60
)
{
if
((
$current_time
-
$cache_error_time
)
<
60
)
{
continue
;
continue
;
}
}
$redis
->
hdel
(
CoinCrossChain
::
CROSS_CHAIN_CACHE_FAIL
,
$val
[
'address'
]
.
':'
.
$val
[
'is_with_draw'
]);
$msg
=
$result
[
'msg'
];
$msg
=
$result
[
'msg'
];
$query_result
=
$result
[
'code'
];
$query_result
=
$result
[
'code'
];
goto
doEnd
;
goto
doEnd
;
...
...
This diff is collapsed.
Click to expand it.
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