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
e831ecaf
...
e831ecaf9d127dcf6265360b36873a2ee6c92eb1
authored
2021-11-19 18:55:47 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修复同步进程脚本
1 parent
c98f7f36
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
app/Console/Commands/StakeholderIncomeSyncCommand.php
app/Console/Commands/StakeholderIncomeSyncCommand.php
View file @
e831eca
...
...
@@ -86,12 +86,12 @@ class StakeholderIncomeSyncCommand extends Command
//处理返回体
$this
->
dealResponse
(
$serial_no
,
$http_data
,
$http_res
);
$this
->
consumeTask
(
$http_res
,
$redis
,
$key
,
$id
);
}
else
{
Log
::
channel
(
'api'
)
->
info
(
__METHOD__
,
[
'msg'
=>
'找不到需要同步的对应的收益记录'
,
'serial_no'
=>
$serial_no
]);
//此处需要加入 重试计数移除任务机制
Log
::
channel
(
'api'
)
->
info
(
__METHOD__
,
[
'msg'
=>
'暂时找不到需要同步的对应的收益记录'
,
'serial_no'
=>
$serial_no
]);
}
$this
->
consumeTask
(
$http_res
,
$redis
,
$key
,
$id
);
}
}
}
...
...
Please
register
or
sign in
to post a comment