Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Cong.Zhao
/
musician-api.hikoon.com
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
c94d0889
...
c94d08892d0d511c5f65d8575bd8843d22a99eb0
authored
2021-11-30 11:21:39 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
加入销毁变量
1 parent
1c7fe263
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
app/Console/Commands/StakeholderIncomeSyncCommand.php
app/Console/Commands/StakeholderIncomeSyncCommand.php
View file @
c94d088
...
...
@@ -97,9 +97,12 @@ class StakeholderIncomeSyncCommand extends Command
$this
->
consumeTask
(
$redis
,
$http_res
,
$key
,
$id
);
//销毁变量
unset
(
$redis
,
$id
,
$task
,
$serial_no
,
$http_res
,
$http_data
);
}
unset
(
$id
,
$task
,
$serial_no
,
$http_res
,
$http_data
);
}
unset
(
$redis
,
$key
);
}
//while (true) {
}
/**
...
...
Please
register
or
sign in
to post a comment