执行任务
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -97,7 +97,7 @@ class StakeholderIncomeSyncCommand extends Command | ... | @@ -97,7 +97,7 @@ class StakeholderIncomeSyncCommand extends Command |
| 97 | $this->consumeTask($redis, $http_res, $key, $id); | 97 | $this->consumeTask($redis, $http_res, $key, $id); |
| 98 | 98 | ||
| 99 | //销毁变量 | 99 | //销毁变量 |
| 100 | unset($id, $task, $serial_no, $http_res, $http_data); | 100 | unset($task, $serial_no, $http_res, $http_data); |
| 101 | } | 101 | } |
| 102 | 102 | ||
| 103 | unset($redis, $key); | 103 | unset($redis, $key); | ... | ... |
-
Please register or sign in to post a comment