From 19eb05027e56c7b7d7788a7fc7c6a1dab3c5e59a Mon Sep 17 00:00:00 2001 From: wong <106998207@qq.com> Date: Fri, 27 Jun 2025 18:01:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/extend/WeChatDeviceApi/Adapters/ChuKeBao/Adapter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/extend/WeChatDeviceApi/Adapters/ChuKeBao/Adapter.php b/Server/extend/WeChatDeviceApi/Adapters/ChuKeBao/Adapter.php index 67806ef3..6c4e50ed 100644 --- a/Server/extend/WeChatDeviceApi/Adapters/ChuKeBao/Adapter.php +++ b/Server/extend/WeChatDeviceApi/Adapters/ChuKeBao/Adapter.php @@ -431,7 +431,7 @@ class Adapter implements WeChatServiceInterface // 先读取缓存 $task_info = Db::name('customer_acquisition_task') ->where('id', $id) - >find(); + ->find(); if ($task_info) { $task_info['sceneConf'] = json_decode($task_info['sceneConf'], true); $task_info['reqConf'] = json_decode($task_info['reqConf'], true);