|
|
@ -198,6 +198,7 @@ class Message extends BaseController |
|
|
} |
|
|
} |
|
|
$data=[ |
|
|
$data=[ |
|
|
'id'=>$message['id'], |
|
|
'id'=>$message['id'], |
|
|
|
|
|
'type'=>"text", |
|
|
'content'=>str_encipher($content,false), |
|
|
'content'=>str_encipher($content,false), |
|
|
]; |
|
|
]; |
|
|
wsSendMsg($toContactId, $action, $data, $message['is_group']); |
|
|
wsSendMsg($toContactId, $action, $data, $message['is_group']); |
|
|
|