添加供销平台佣金日志
This commit is contained in:
parent
4d7c3bafc8
commit
a4db215d58
@ -143,9 +143,7 @@ class CommissionDao
|
||||
$url = env('task.new_worker_host_url') . '/api/shop_call/' . $api;
|
||||
$result = $curl->post($url, ['timestamp' => $timestamp, 'data' => $encrypt]);
|
||||
$result = json_decode($result, true);
|
||||
if ($result['code'] != 1) {
|
||||
Log::info('发送佣金失败:' . var_export($result, true));
|
||||
}
|
||||
Log::info('供销佣金:' . var_export($result, true));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user