From d4f5a5ba25fe393856f49b9377c58b11dfffdfd7 Mon Sep 17 00:00:00 2001 From: wong <106998207@qq.com> Date: Wed, 23 Jul 2025 15:58:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E6=97=B6=E5=90=8C=E6=AD=A5=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=AE=A2=E6=9C=8D=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/extend/WeChatDeviceApi/Adapters/ChuKeBao/Adapter.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Server/extend/WeChatDeviceApi/Adapters/ChuKeBao/Adapter.php b/Server/extend/WeChatDeviceApi/Adapters/ChuKeBao/Adapter.php index 86f6027d..70a50b05 100644 --- a/Server/extend/WeChatDeviceApi/Adapters/ChuKeBao/Adapter.php +++ b/Server/extend/WeChatDeviceApi/Adapters/ChuKeBao/Adapter.php @@ -1097,6 +1097,7 @@ class Adapter implements WeChatServiceInterface 'activity' => json_encode($activity), 'friendShip' => json_encode($friendShip), // 'weight' => json_encode($weight), + 'createTime' => $accountInfo['createTime'], 'updateTime' => time() ];