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);