|
@@ -268,7 +268,7 @@ class PostRepository
|
|
$data['parent_id'] = $request['parent_id'];
|
|
$data['parent_id'] = $request['parent_id'];
|
|
$data['reply_uid'] = $comment->uid;
|
|
$data['reply_uid'] = $comment->uid;
|
|
$data['reply_username'] = $comment->username;
|
|
$data['reply_username'] = $comment->username;
|
|
- $this->rabbitMqUtil->push('add_message_one', [
|
|
|
|
|
|
+ $this->rabbitMqUtil->push('add_message', [
|
|
'uid' => $comment->uid,
|
|
'uid' => $comment->uid,
|
|
'message_show_type' => 'post_reply_main',
|
|
'message_show_type' => 'post_reply_main',
|
|
'param' => [
|
|
'param' => [
|
|
@@ -277,7 +277,7 @@ class PostRepository
|
|
]
|
|
]
|
|
]);
|
|
]);
|
|
}else{
|
|
}else{
|
|
- $this->rabbitMqUtil->push('add_message_one', [
|
|
|
|
|
|
+ $this->rabbitMqUtil->push('add_message', [
|
|
'uid' => $post->uid,
|
|
'uid' => $post->uid,
|
|
'message_show_type' => 'post_comment',
|
|
'message_show_type' => 'post_comment',
|
|
'param' => [
|
|
'param' => [
|