Commit ec89bec2 authored by pengfei's avatar pengfei

Merge branch 'colonel' into test

parents 5a4ba268 2f3e4998
......@@ -110,6 +110,7 @@ class ColonelwalletController extends Job
}
$httpParams['body'] = $body;
$res = HttpUtil::post($url, $httpParams, 100000, 3);
$this->loggerInfo("url=$url,response:" . json_encode($res));
if ($res['code'] == 0 && isset($res['response']['result'])) {
$this->loggerInfo('调用资金池服务成功,count=' . count($payInfoList));
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