Commit 2f3e4998 authored by pengfei's avatar pengfei

update 团长分销-调用资金池服务增加接口响应日志

parent b9f27e36
...@@ -110,6 +110,7 @@ class ColonelwalletController extends Job ...@@ -110,6 +110,7 @@ class ColonelwalletController extends Job
} }
$httpParams['body'] = $body; $httpParams['body'] = $body;
$res = HttpUtil::post($url, $httpParams, 100000, 3); $res = HttpUtil::post($url, $httpParams, 100000, 3);
$this->loggerInfo("url=$url,response:" . json_encode($res));
if ($res['code'] == 0 && isset($res['response']['result'])) { if ($res['code'] == 0 && isset($res['response']['result'])) {
$this->loggerInfo('调用资金池服务成功,count=' . count($payInfoList)); $this->loggerInfo('调用资金池服务成功,count=' . count($payInfoList));
return true; return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment