From 9405922d72091722223ca404efe7226829e48697 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Thu, 25 Jan 2024 15:13:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/dao/store/consumption/CommissionDao.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/dao/store/consumption/CommissionDao.php b/app/common/dao/store/consumption/CommissionDao.php index 017ce323..82cb3d2c 100644 --- a/app/common/dao/store/consumption/CommissionDao.php +++ b/app/common/dao/store/consumption/CommissionDao.php @@ -156,7 +156,7 @@ class CommissionDao $result = $curl->post($url, ['timestamp' => $timestamp, 'data' => $encrypt]); $result = json_decode($result, true); if ($result['code'] != 1) { - Log::error('发送佣金失败:', $result); + Log::error('发送佣金失败:'.$result ); } }