Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
ic_server_welfare
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
94fc8c40
authored
Aug 29, 2019
by
叶明星
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
过滤微信提现
parent
4d629493
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Http/Controllers/UserExchangesController.php
app/Http/Controllers/UserExchangesController.php
View file @
94fc8c40
...
...
@@ -183,7 +183,7 @@ class UserExchangesController extends Controller
$Redis
->
hset
(
'ic_user'
,
$UserInfo
[
'user_id'
]
,
json_encode
(
$UserInfo
));
//金额小于20元时,推送一个异步任务(用来提现或者充值),延时10秒,防止主从同步不及时
if
(
$data
[
'amount'
]
<
20
){
if
(
$data
[
'amount'
]
<
20
&&
$data
[
'type'
]
==
1
){
$Task
=
new
ExchangesTask
(
$data
,
$ic_exchange_settings
);
$Task
->
delay
(
10
);
$result
=
Task
::
deliver
(
$Task
);
...
...
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