CommonService::NO, 'from_user_id' => $from_user_id, 'to_user_id' => $to_user_id, 'title' => $title, 'content' => $content, 'extra_json' => $extra_json, 'is_read' => CommonService::STATUS_OFF, ]; $res = self::create($data); if (!$res) { Log::info(__METHOD__ . '-写入数据失败失败:' . json_encode($data, JSON_UNESCAPED_UNICODE)); exception('写入数据失败失败'); } return $res; } }