调整日志
This commit is contained in:
parent
8c29f7f792
commit
9405922d72
@ -156,7 +156,7 @@ class CommissionDao
|
|||||||
$result = $curl->post($url, ['timestamp' => $timestamp, 'data' => $encrypt]);
|
$result = $curl->post($url, ['timestamp' => $timestamp, 'data' => $encrypt]);
|
||||||
$result = json_decode($result, true);
|
$result = json_decode($result, true);
|
||||||
if ($result['code'] != 1) {
|
if ($result['code'] != 1) {
|
||||||
Log::error('发送佣金失败:', $result);
|
Log::error('发送佣金失败:'.$result );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user