|
@@ -1322,6 +1322,18 @@ class Events
|
|
|
|
|
|
|
|
// 发送给客服用户信息.
|
|
// 发送给客服用户信息.
|
|
|
$userInfo['intime'] = date("H:i", $userInfo['intime']);
|
|
$userInfo['intime'] = date("H:i", $userInfo['intime']);
|
|
|
|
|
+ $ut_tmp = self::getUserInfoCache($uid);
|
|
|
|
|
+ $userInfo = array_merge($userInfo,
|
|
|
|
|
+ [
|
|
|
|
|
+ 'account_name' => $ut_tmp['account_name'],
|
|
|
|
|
+ 'nick_name' => $ut_tmp['nick_name'],
|
|
|
|
|
+ 'account_email' => $ut_tmp['account_email'],
|
|
|
|
|
+ 'account_phone' => $ut_tmp['account_phone'],
|
|
|
|
|
+ 'address' => $ut_tmp['address'],
|
|
|
|
|
+ 'remark' => $ut_tmp['remark'],
|
|
|
|
|
+ 'label' => self::$global->accountslabel[$ut_tmp['label_id']]['name']
|
|
|
|
|
+ ]
|
|
|
|
|
+ );
|
|
|
$noticeKf = [
|
|
$noticeKf = [
|
|
|
'message_type' => 'connect',
|
|
'message_type' => 'connect',
|
|
|
'data' => [
|
|
'data' => [
|