From de13db05a22d82d6fd54aefb2c4f935d51b04168 Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Thu, 25 Jan 2024 16:35:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95=E4=BD=A3?= =?UTF-8?q?=E9=87=91=E6=97=A5=E5=BF=97=E5=86=99=E5=85=A5=E7=9A=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= 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 82cb3d2c..afba4b43 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('发送佣金失败:' . var_export($result, true)); } }