定时同步新增客服创建时间

This commit is contained in:
wong
2025-07-23 15:58:32 +08:00
parent ad8eab3fe5
commit d4f5a5ba25

View File

@@ -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()
];