From 95dfb48ce972427ef8ca8f6b3dcce1b6e205defa Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Wed, 31 Jan 2024 11:03:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/dao/store/consumption/CommissionDao.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/common/dao/store/consumption/CommissionDao.php b/app/common/dao/store/consumption/CommissionDao.php index 74489f6f..31d3ef75 100755 --- a/app/common/dao/store/consumption/CommissionDao.php +++ b/app/common/dao/store/consumption/CommissionDao.php @@ -141,10 +141,10 @@ class CommissionDao $api = in_array($type, [1, 2]) ? 'user_first_order_share_profit' : 'user_order_share_profit'; $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::error('发送佣金失败:' . var_export($result, true)); - } + // $result = json_decode($result, true); + // if ($result['code'] != 1) { + // Log::error('发送佣金失败:' . var_export($result, true)); + // } } /**