wzq 5 年之前
父节点
当前提交
23bc399249
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/Repositories/Post/PostRepository.php

+ 2 - 2
app/Repositories/Post/PostRepository.php

@@ -611,13 +611,13 @@ class PostRepository
                 'message_rule_id' => 0,
                 'message_type' => 1,
                 'message_show_type' => 'post_delete',
-                'param' => json_encode([
+                'param' => [
                     'title' => '内容删除',
                     'content' => $content,
                     'cover' => '',
                     'activity_url' => 0,
                     'activity_time' => '',
-                ]),
+                ],
                 'is_read' => 0,
                 'created_at' => $date,
                 'updated_at' => $date,