session_id
This commit is contained in:
@@ -276,7 +276,7 @@ namespace extend\chat\model;
|
||||
if($grep['is_dist'] == 0) {
|
||||
if(Gateway::isUidOnline($str_uid)) {
|
||||
$notice_data['nick'] = $user['nick_name'];
|
||||
$notice_data['send_time'] = formatWeChatTime($user['send_time']);
|
||||
$notice_data['send_time'] = formatWeChatTime($notice_data['send_time']);
|
||||
Gateway::sendToUid($str_uid, self::sendReceive($notice_data));
|
||||
}else {
|
||||
// 存消息
|
||||
|
||||
Reference in New Issue
Block a user